<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
		<link>https://chipmusic.org/forums/topic/14027/4mats-wip-c64-projects-aytedatariremixfmsid-music/</link>
		<description><![CDATA[The most recent posts in 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC).]]></description>
		<lastBuildDate>Sat, 10 Nov 2018 20:48:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/260429/#p260429</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/IAzrAPE_d58" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p><p>Converting a playing sid tune to midi data and outputting to Windows general midi through a Sequential cart.</p>]]></description>
			<pubDate>Sat, 10 Nov 2018 20:48:46 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/260429/#p260429</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/254990/#p254990</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/9m42dJs_HuQ" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p><p>Lets you record sounds/loops from sid files and resequence them into new things.</p>]]></description>
			<pubDate>Sun, 07 Jan 2018 23:41:10 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/254990/#p254990</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/254300/#p254300</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>Another go at an FM Expander cart driver.&nbsp; This allows you to use any SID music editor to write FM tracks, by translating pitch, ADSR and waveforms to FM output.&nbsp; The downside is it&#039;s quite easy to run out of rastertime.&nbsp; (working on things to help with that)&nbsp; &nbsp;The example below is playing 2 Goat Tracker stereo tracks, 9 channels are being translated to FM and the last 3 are output to the SID chip for 12 channels total.</p><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/eYFQqf28jH4" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p>]]></description>
			<pubDate>Sun, 08 Oct 2017 21:16:28 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/254300/#p254300</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/253152/#p253152</link>
			<description><![CDATA[<b><i>yogi says:</i></b><div class="quotebox"><cite>4mat wrote:</cite><blockquote><p>There wasn&#039;t much traction on the c64 side so I&#039;m leaving it as a proof-of-concept.&nbsp; The driver is quite modular when it builds, so if you set it to use an external sid player it&#039;ll only include the FM-related stuff. (and JSRs to wherever the sid player calls are)&nbsp; So I&#039;d assume commenting out that external player stuff and changing the root OPL addresses should get it to do something.&nbsp; I don&#039;t know if OPL3 follows the same structure, but the 3526 chip had the registers in a fixed order iirc.</p></blockquote></div><p>Totally understand, The SFX cart is a rare beast and even thought Scanner Boy re-designed a clone still only &lt;100 of those in the wild. The big advantage the C64 has over the A8 is the support in VICE for the SFX. </p><p>Looked over the FMSID zip, nice docs! TY <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> Yes, doesn&#039;t look like too much of a&nbsp; &#039;heavy lift&#039; reusing your driver, will be digging into the sources very soon. And using XMs is a big plus getting started, Lots of talk about how to track for it, so with XM support it&#039;s a very good start.</p><p>Not sure 100% but I think the OPL3 just adds a second set of OPL2 regs to the internal map; as the OPL3 is backwards&nbsp; compatible with OPL2 songs. Of course there are some added features to account for but much better than starting from scratch <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Don&#039;t know if you&#039;re a A8 guy but if you want one we can get a cart to you <img src="https://chipmusic.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /> <br />Yogi</p>]]></description>
			<pubDate>Sat, 24 Jun 2017 21:05:48 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/253152/#p253152</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/253151/#p253151</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>There wasn&#039;t much traction on the c64 side so I&#039;m leaving it as a proof-of-concept.&nbsp; The driver is quite modular when it builds, so if you set it to use an external sid player it&#039;ll only include the FM-related stuff. (and JSRs to wherever the sid player calls are)&nbsp; So I&#039;d assume commenting out that external player stuff and changing the root OPL addresses should get it to do something.&nbsp; I don&#039;t know if OPL3 follows the same structure, but the 3526 chip had the registers in a fixed order iirc.</p>]]></description>
			<pubDate>Sat, 24 Jun 2017 19:51:57 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/253151/#p253151</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/253146/#p253146</link>
			<description><![CDATA[<b><i>yogi says:</i></b><div class="quotebox"><cite>4mat wrote:</cite><blockquote><p>I haven&#039;t released sources/converter for that, however <a href="http://www.pouet.net/prod.php?which=69322" target="_blank">FM-Sid</a> has the source with it.&nbsp; It can be setup to run an external player rather than the built-in sid one so I guess you could have FM + a vblank pokey player running at once.</p></blockquote></div><p>Cool, that&#039;s what I was hoping to do. Matej and I have been talking&nbsp; along these lines over on AtariAge and his FB page, Atari XEL Club!, about a OPL3 cart. Original design is several years old by T0riman, but has been overlooked for the most part.<br /> If you have any interest in A8 and OPL3, would be great to hear from you. I know Matej is planning a board run for the cart so any suggestion/insight with driver development would be welcome.<br />Yogi</p>]]></description>
			<pubDate>Sat, 24 Jun 2017 14:26:08 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/253146/#p253146</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/253144/#p253144</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>I haven&#039;t released sources/converter for that, however <a href="http://www.pouet.net/prod.php?which=69322" target="_blank">FM-Sid</a> has the source with it.&nbsp; It can be setup to run an external player rather than the built-in sid one so I guess you could have FM + a vblank pokey player running at once.</p>]]></description>
			<pubDate>Sat, 24 Jun 2017 11:30:36 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/253144/#p253144</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/253138/#p253138</link>
			<description><![CDATA[<b><i>yogi says:</i></b><div class="quotebox"><cite>4mat wrote:</cite><blockquote><p>Continuing the FM fun here&#039;s a little .VGM player to run compatible arcade games on the cartridge.</p><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/rvkmSNVA2dc" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p></blockquote></div><p>This is totally awesome; any new work on the SFX player? Are sources somewhere, very interested in porting to A8 for support of OPL3 cart, <a href="https://translate.google.com/translate?hl=en&amp;sl=pl&amp;u=http://raven1.magix.net/yamari/yamari.html" target="_blank">https://translate.google.com/translate? &#133; amari.html</a><br />Yogi</p>]]></description>
			<pubDate>Fri, 23 Jun 2017 19:31:50 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/253138/#p253138</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/250568/#p250568</link>
			<description><![CDATA[<b><i>garvalf says:</i></b><p>that&#039;s always great!</p>]]></description>
			<pubDate>Fri, 13 Jan 2017 20:54:44 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/250568/#p250568</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/250567/#p250567</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>Last bit of polish, adding a &quot;smart&quot; buzz simulation that uses 2 channels when free to simulate the buzzer harmonics.<br /><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/YMAFCUSwrao" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p>]]></description>
			<pubDate>Fri, 13 Jan 2017 20:30:20 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/250567/#p250567</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/249757/#p249757</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/qoLKMtmLMRg" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p>]]></description>
			<pubDate>Tue, 06 Dec 2016 19:02:46 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/249757/#p249757</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/248588/#p248588</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/0VLj9J7aE9M" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p>]]></description>
			<pubDate>Wed, 05 Oct 2016 19:53:54 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/248588/#p248588</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/243796/#p243796</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>FInal POKEY emulation:</p><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/Oo7muE0OUjY" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p>]]></description>
			<pubDate>Sun, 08 May 2016 16:46:20 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/243796/#p243796</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/241528/#p241528</link>
			<description><![CDATA[<b><i>4mat says:</i></b><p>Continuing the FM fun here&#039;s a little .VGM player to run compatible arcade games on the cartridge.</p><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/rvkmSNVA2dc" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p>]]></description>
			<pubDate>Sat, 19 Mar 2016 14:57:32 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/241528/#p241528</guid>
		</item>
		<item>
			<title><![CDATA[Re: 4mat's WIP c64 projects (AY/TED/ATARI/REMIX/FM+SID MUSIC)]]></title>
			<link>https://chipmusic.org/forums/post/241332/#p241332</link>
			<description><![CDATA[<b><i>Timbob says:</i></b><p>Those are some interesting sounds <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<pubDate>Sat, 12 Mar 2016 15:00:17 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/241332/#p241332</guid>
		</item>
	</channel>
</rss>
