<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - Microtonal music in chiptune formats?]]></title>
		<link>https://chipmusic.org/forums/topic/13193/microtonal-music-in-chiptune-formats/</link>
		<description><![CDATA[The most recent posts in Microtonal music in chiptune formats?.]]></description>
		<lastBuildDate>Thu, 06 Feb 2014 05:16:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/199927/#p199927</link>
			<description><![CDATA[<b><i>Cascading Operators says:</i></b><p>I just finished coding a very primitive, yet 6-channel polyphonic sequencer/performance tool for the Sega Genesis that takes advantage of the microtonal capabilities of the YM2612. I basically started out breadboarding Arduino projects with the YM2612 a while back and from there took a semi-recent and bare minimum crash course in 68000 assembly and the Genesis hardware to do this. I flashed it to my old Tototek flash cart and got it to work on my Model 1 but not on my Nomad unfortunately.</p>]]></description>
			<pubDate>Thu, 06 Feb 2014 05:16:59 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/199927/#p199927</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198411/#p198411</link>
			<description><![CDATA[<b><i>Domu says:</i></b><p>and not forgetting, using a waveform sample and shortening it will change the pitch. also change the wave though...</p>]]></description>
			<pubDate>Sat, 18 Jan 2014 18:28:02 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198411/#p198411</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198349/#p198349</link>
			<description><![CDATA[<b><i>sandneil says:</i></b><div class="quotebox"><cite>sleepytimejesse wrote:</cite><blockquote><div class="quotebox"><cite>sandneil wrote:</cite><blockquote><p>seems like it would be easier to do this in the instrument but its still going to be a massive PITA and writing music shouldnt be a massive PITA...</p></blockquote></div><p>haha I mean one could argue we&#039;re already in PITA music making with using trackers/programming. Plus anything other than equal temperament is probably going to require more work across all mediums since typically in this day in age it involves manipulating equally tempered instruments/programs or inventing/programming your own instruments.</p></blockquote></div><p>PITA isnt black n white dude</p><p>theres a needle in your butt once and then theres a dagger in your butt every time you want to enter a note</p>]]></description>
			<pubDate>Fri, 17 Jan 2014 22:31:50 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198349/#p198349</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198348/#p198348</link>
			<description><![CDATA[<b><i>SketchMan3 says:</i></b><p>Man, this thread has turned into a treasure trove of useful information. Thanks everyone <img src="https://chipmusic.org/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<pubDate>Fri, 17 Jan 2014 22:13:08 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198348/#p198348</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198336/#p198336</link>
			<description><![CDATA[<b><i>sleepytimejesse says:</i></b><div class="quotebox"><cite>sandneil wrote:</cite><blockquote><div class="quotebox"><cite>sleepytimejesse wrote:</cite><blockquote><p>You can use detune commands in Fami, I think. Usually used for doubling a non-detuned lead for that chorusy mega man lead vibe but you could probably get something more in depth with the time put in.</p></blockquote></div><p>seems like it would be easier to do this in the instrument but its still going to be a massive PITA and writing music shouldnt be a massive PITA...</p></blockquote></div><p>haha I mean one could argue we&#039;re already in PITA music making with using trackers/programming. Plus anything other than equal temperament is probably going to require more work across all mediums since typically in this day in age it involves manipulating equally tempered instruments/programs or inventing/programming your own instruments.</p>]]></description>
			<pubDate>Fri, 17 Jan 2014 21:19:45 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198336/#p198336</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198330/#p198330</link>
			<description><![CDATA[<b><i>TylerBarnes says:</i></b><div class="quotebox"><cite>sleepytimejesse wrote:</cite><blockquote><p>You can use detune commands in Fami, I think. Usually used for doubling a non-detuned lead for that chorusy mega man lead vibe but you could probably get something more in depth with the time put in.</p></blockquote></div><p>Or even better**, You can directly address the pitch register with MML (ppMCK) using <br /></p><div class="codebox"><pre><code>@n&lt;value&gt;,&lt;length&gt;</code></pre></div><p>Or you can use the y command to write to any address you wish. <br /></p><div class="codebox"><pre><code>y &lt;address&gt;,&lt;value&gt;</code></pre></div><p>**may not be better depending on who you ask <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><br /><p><span style="color: #cc2222">EDIT:</span> I almost forgot. Theres also the D command which is a simple detune used like this. <br /></p><div class="codebox"><pre><code>A D-1c D-2c D-3c D-4c D-5c D-6c </code></pre></div><p>This illustrates a downward slope in pitch starting from c and dropping 6 register values.</p>]]></description>
			<pubDate>Fri, 17 Jan 2014 18:51:08 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198330/#p198330</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198324/#p198324</link>
			<description><![CDATA[<b><i>sandneil says:</i></b><div class="quotebox"><cite>sleepytimejesse wrote:</cite><blockquote><p>You can use detune commands in Fami, I think. Usually used for doubling a non-detuned lead for that chorusy mega man lead vibe but you could probably get something more in depth with the time put in.</p></blockquote></div><p>seems like it would be easier to do this in the instrument but its still going to be a massive PITA and writing music shouldnt be a massive PITA...</p><div class="quotebox"><cite>boomlinde wrote:</cite><blockquote><p>Protracker stores its note data as period values, i.e. the notes aren&#039;t necessarily strictly tuned to a table of pitches. One could probably just massage a protracker module into slightly different pitch conventions like just intonation, but it&#039;s going to be kind of hard to compose with a completely different set of pitches than those you&#039;ll end up hearing in after conversion.</p></blockquote></div><p>massage the tracker too?</p>]]></description>
			<pubDate>Fri, 17 Jan 2014 17:59:19 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198324/#p198324</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198317/#p198317</link>
			<description><![CDATA[<b><i>boomlinde says:</i></b><p>Protracker stores its note data as period values, i.e. the notes aren&#039;t necessarily strictly tuned to a table of pitches. One could probably just massage a protracker module into slightly different pitch conventions like just intonation, but it&#039;s going to be kind of hard to compose with a completely different set of pitches than those you&#039;ll end up hearing in after conversion.</p>]]></description>
			<pubDate>Fri, 17 Jan 2014 17:21:52 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198317/#p198317</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198266/#p198266</link>
			<description><![CDATA[<b><i>bitjacker says:</i></b><p>i have been using onputer.</p>]]></description>
			<pubDate>Fri, 17 Jan 2014 00:29:33 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198266/#p198266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198263/#p198263</link>
			<description><![CDATA[<b><i>sleepytimejesse says:</i></b><p>You can use detune commands in Fami, I think. Usually used for doubling a non-detuned lead for that chorusy mega man lead vibe but you could probably get something more in depth with the time put in.</p>]]></description>
			<pubDate>Fri, 17 Jan 2014 00:07:15 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198263/#p198263</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198242/#p198242</link>
			<description><![CDATA[<b><i>bitjacker says:</i></b><p>I am doing a little ditty with cymantic frequencies. it is touching.</p>]]></description>
			<pubDate>Thu, 16 Jan 2014 22:09:56 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198242/#p198242</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198241/#p198241</link>
			<description><![CDATA[<b><i>Brother Android says:</i></b><p>It&#039;s hardly the best way, but if I want to achieve this effect I just do a really quick portamento at the beginning of a note. For a small enough shift it&#039;s mostly unnoticeable.</p>]]></description>
			<pubDate>Thu, 16 Jan 2014 21:58:31 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198241/#p198241</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198220/#p198220</link>
			<description><![CDATA[<b><i>sandneil says:</i></b><p>open modplug tracker has scala support just built right in if you want to do it the easy way</p>]]></description>
			<pubDate>Thu, 16 Jan 2014 18:22:17 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198220/#p198220</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198191/#p198191</link>
			<description><![CDATA[<b><i>zerolanding says:</i></b><p>PR8 has coarse and fine tuning per drum.</p>]]></description>
			<pubDate>Thu, 16 Jan 2014 11:15:31 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198191/#p198191</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microtonal music in chiptune formats?]]></title>
			<link>https://chipmusic.org/forums/post/198153/#p198153</link>
			<description><![CDATA[<b><i>qb says:</i></b><p>Any song examples of this? It sounds interesting.</p><p>Edit: Just heard that .it song by sandneil. It&#039;s weird but kinda interesting.</p>]]></description>
			<pubDate>Wed, 15 Jan 2014 20:22:14 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/198153/#p198153</guid>
		</item>
	</channel>
</rss>
