<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[ChipMusic.org - WTB C64 Midi Interface]]></title>
	<link rel="self" href="https://chipmusic.org:80/forums/feed/atom/topic/24727/"/>
	<updated>2020-06-22T20:43:10Z</updated>
	<generator>PunBB</generator>
	<id>https://chipmusic.org/forums/topic/24727/wtb-c64-midi-interface/</id>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263741/#p263741"/>
			<content type="html"><![CDATA[<p>I haven&#039;t used the Ultimate64 personally, so I don&#039;t know much about it. As far as I have understood, the general idea should be that it should be fully compatible with the C64, but maybe it is more like 99% compatible in actual practice. However, in this case I guess it could also be the case that the Ultimate64 emulates a cartridge at the same time as you have the midi cart inserted. If so, there may be a conflict between the emulated cartridge and the MIDI cartridge. The DATEL cartridge uses the following addresses:</p><p>MIDIcontrol = $de04 ;write-only<br />MIDIstatus&nbsp; = $de06 ;read-only<br />MIDI_Tx&nbsp; &nbsp;= $de05&nbsp; &nbsp;;write-only<br />MIDI_Rx&nbsp; &nbsp;= $de07&nbsp; &nbsp;;read-only</p><p>If the emulated cartridge interferes with this in some way, the MIDI cart won&#039;t work. Then you would either need to disable the emulated cart, or your would need to use a cartridge ROM that doesn&#039;t interfere (I think the Retro Replay ROM may be worth a try for example). </p><p>(Cartridges such as Final Cartridge, Action Replay, Retro Replay, and so forth generally also use the $dexx adress range. I seem to remember that I used a cartridge port expander at some point, to get a MIDI cart working at the same time as an action replay/retro replay cartrdige, and the cartridge port expander allowed me to shift the MIDI interface to the $dfxx range instead. Then I also had to modify the software I used so that it used the $dfxx adresses to communicate with the MIDI interface, instead of $dexx.)</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-22T20:43:10Z</updated>
			<id>https://chipmusic.org/forums/post/263741/#p263741</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263740/#p263740"/>
			<content type="html"><![CDATA[<p>Hey thanks for trying</p><p>Do you know if these devices actually work with an ultimate 64 anyway? I borrowed a friends datel midi cart and ran cynthcart as a prg and it didnt work. Worked in my breadbin though running on an sd2iec.. perplexing.</p>]]></content>
			<author>
				<name><![CDATA[tearauth]]></name>
				<uri>https://chipmusic.org/tearauth</uri>
			</author>
			<updated>2020-06-22T20:01:58Z</updated>
			<id>https://chipmusic.org/forums/post/263740/#p263740</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263739/#p263739"/>
			<content type="html"><![CDATA[<p>...aaaaaaand now I tried it with some other software that supports DATEL as well (King Fisher&#039;s &quot;Midislave Manager&quot;) and the interface didn&#039;t work there either. </p><p>Conclusion: The interface doesn&#039;t work.</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-22T11:53:54Z</updated>
			<id>https://chipmusic.org/forums/post/263739/#p263739</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263738/#p263738"/>
			<content type="html"><![CDATA[<p>...and, actually, after some more digging, I found out that the interface is a &quot;Steinberg MIDI2&quot; interface, and that it should be compatible with Datel / JMS / C-Lab / Siel. So I should definitely try it out with something else than M64. It is this one:</p><p><a href="http://blog.nebulah.nl/posts/2013-03-02/rare-steinberg-research-midi-interface-for-the-c64/" target="_blank">http://blog.nebulah.nl/posts/2013-03-02 &#133; r-the-c64/</a></p><p>The sticker is ripped off on the one I have though, so that&#039;s why I didn&#039;t know at first which one it is.</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-22T11:26:21Z</updated>
			<id>https://chipmusic.org/forums/post/263738/#p263738</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263737/#p263737"/>
			<content type="html"><![CDATA[<p>I finally got hold of the diskdrive and tried the interface, and I couldn&#039;t get it to work. The software I used was M64, and it has options for Sequential, DATEL, and Passport compatible interfaces. None of them seemed to work, although I could verify that M64 itself works great with another interface (that I use myself, so I&#039;m not selling that one). There ARE other interfaces though, so it is possible that the one that I have is of yet another kind. A number of other interfaces are listed in the source code for SID Wizard, and all of them use the same type of chip for the MIDI communication, so they are similar in that sense. They just use different memory addresses.</p><p><a href="https://sourceforge.net/p/sid-wizard/code/HEAD/tree/trunk/sources/MIDI-C64.asm" target="_blank">https://sourceforge.net/p/sid-wizard/co &#133; DI-C64.asm</a></p><p>* SEQUENTIAL/NAMESOFT<br />* PASSPORT/SYNTECH<br />* DATEL/SIEL/JMS/C-LAB (double-speed devices)<br />* MAPLIN<br />* MOOG SONG PRODUCER</p><p>So I guess it is possible that the interface I have actually works, but that it is of the MAPLIN or MOOG type instead. I also just noticed that the author of M64 stated that he was unsure whether DATEL actually worked in M64 even though the program itself says it is supported, so in fact it may be possible that it is of the DATEL type — only that M64 doesn&#039;t actually support it. I guess I should try the interface with SidWizard instead, since it seems to have better support for different interfaces, but I haven&#039;t used SidWizard for anything so I don&#039;t know how it works. It could of course also be the case that this interface is simply broken.</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-22T11:11:22Z</updated>
			<id>https://chipmusic.org/forums/post/263737/#p263737</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263688/#p263688"/>
			<content type="html"><![CDATA[<p>Alright. I&#039;ll let you know when I&#039;ve had the chance to pick up a diskdrive and try it out.</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-10T15:45:50Z</updated>
			<id>https://chipmusic.org/forums/post/263688/#p263688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263685/#p263685"/>
			<content type="html"><![CDATA[<p>Sure, theres no rush</p><p>If it&#039;s too much trouble to bother let me know</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[tearauth]]></name>
				<uri>https://chipmusic.org/tearauth</uri>
			</author>
			<updated>2020-06-10T09:48:51Z</updated>
			<id>https://chipmusic.org/forums/post/263685/#p263685</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263678/#p263678"/>
			<content type="html"><![CDATA[<p>Duh.. I made a really silly mistake. OBVIOUSLY I should have gotten a diskdrive as well (or a cartridge port expander) when I picked up the MIDI interface yesterday. I can&#039;t load any software to test the MIDI interface now, since the MIDI cartridge occupies the cartridge port, and in these days I always have a 1541U2 cart plugged in there to load software... Silly me. Also, it may take a week or so before I get back to the place where I&#039;ve got the gear stored. Sorry for that. At least I plugged the cartridge in an turned on the computer, with no crash. Some faulty cartridges can cause crashes, so at least it wasn&#039;t obviously broken in that sense. Anyway, I&#039;ll get back once I&#039;ve tried it out properly.</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-08T19:43:01Z</updated>
			<id>https://chipmusic.org/forums/post/263678/#p263678</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263677/#p263677"/>
			<content type="html"><![CDATA[<p>Which type of interface did it turn out to be</p>]]></content>
			<author>
				<name><![CDATA[tearauth]]></name>
				<uri>https://chipmusic.org/tearauth</uri>
			</author>
			<updated>2020-06-08T13:57:59Z</updated>
			<id>https://chipmusic.org/forums/post/263677/#p263677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263676/#p263676"/>
			<content type="html"><![CDATA[<p>I found the MIDI interface. Now I just need to verify its functionality, and I&#039;ll hopefully be able to do that tomorrow.</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-07T17:51:16Z</updated>
			<id>https://chipmusic.org/forums/post/263676/#p263676</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263639/#p263639"/>
			<content type="html"><![CDATA[<p>I also wanted C64 MIDI interface, Cynthcart or Ultimate II+ developers should have included it on one cartridge, because i don&#039;t like to plug cartridge into another cartridge. Now i run on real C64 only defMON and on my Lenovo notebook i run emulator Vice x64 with Cynthcart 2.0 MIDI version and plugged MIDI keyboard to realtime playing, it works.</p>]]></content>
			<author>
				<name><![CDATA[martin_demsky]]></name>
				<uri>https://chipmusic.org/martin_demsky</uri>
			</author>
			<updated>2020-06-03T11:45:04Z</updated>
			<id>https://chipmusic.org/forums/post/263639/#p263639</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263638/#p263638"/>
			<content type="html"><![CDATA[<p>Sure, thanks</p>]]></content>
			<author>
				<name><![CDATA[tearauth]]></name>
				<uri>https://chipmusic.org/tearauth</uri>
			</author>
			<updated>2020-06-03T10:16:01Z</updated>
			<id>https://chipmusic.org/forums/post/263638/#p263638</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263637/#p263637"/>
			<content type="html"><![CDATA[<p>Alright, that sounds reasonable. We can discuss the exact price later, when I&#039;ve located+tested it. I looked around yesterday and it wasn&#039;t here in my home, which means it is in another place where I have some computer hardware stored. I will go to that place on Sunday, so after that I will know more.</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-03T09:30:35Z</updated>
			<id>https://chipmusic.org/forums/post/263637/#p263637</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263636/#p263636"/>
			<content type="html"><![CDATA[<p>I&#039;m not sure what they&#039;re worth. I would be using it to run cynthcart which would have been included in a kerberos cart but I&#039;m assuming I would be able to run cynthcart on an sd2iec, and the devices you listed are on the cynthcart compatibility list, so should be fine</p><p>Just a first suggestion but £100-£200? ($120-$250)</p>]]></content>
			<author>
				<name><![CDATA[tearauth]]></name>
				<uri>https://chipmusic.org/tearauth</uri>
			</author>
			<updated>2020-06-03T09:25:18Z</updated>
			<id>https://chipmusic.org/forums/post/263636/#p263636</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WTB C64 Midi Interface]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263632/#p263632"/>
			<content type="html"><![CDATA[<p>I might actually have a MIDI cartridge that I could sell. I would just need to locate it first, and verify that it works. It is an old one of the standard kind (Datel, Passport, or Sequential compatible). They are all basically the same, using the same chip, only using slightly different memory addresses. Most software support all of them. What would you pay for it?</p>]]></content>
			<author>
				<name><![CDATA[frantic]]></name>
				<uri>https://chipmusic.org/frantic</uri>
			</author>
			<updated>2020-06-02T19:59:49Z</updated>
			<id>https://chipmusic.org/forums/post/263632/#p263632</id>
		</entry>
</feed>
