MIDI keyboard connect to Audiowave cartridge

Door mig01

Supporter (12)

afbeelding van mig01

08-06-2022, 12:04

Hi, has anyone created a "converter" to connect the MIDI keys to the Audiowave cartridge? I have seen the opposite solution (Yamaha YK-XX keyboard can be connected to the MIDI components). So I ask not to start working on something that someone has already done... I want connect cheap MIDI keyboard to Audiowave cartridge.

Aangemeld of registreer om reacties te plaatsen

Van meits

Scribe (6544)

afbeelding van meits

08-06-2022, 13:36

I don't see that happen. There's no midi inside that cartridge.

Van sdsnatcher73

Prophet (3962)

afbeelding van sdsnatcher73

08-06-2022, 15:59

Why not get a Yamaha YK keyboard?
https://msx.org/forum/msx-talk/trading-and-collecting/wts-ya...
https://msx.org/forum/msx-talk/trading-and-collecting/wts-ya...
Maybe a bit more expensive than a cheap MIDI keyboard but at least they will work straight away.

Van mig01

Supporter (12)

afbeelding van mig01

08-06-2022, 20:16

I have little space at home and I can't have x different kinds of keys... MIDI keys I already have. I know the cartridge doesn't have a MIDI input, but it probably won't be a problem to use a Arduino to create a "bridge" between cartridge and MIDI keys. That's why I asked if anyone had encountered this solution before I tried to make it.

Van sdsnatcher73

Prophet (3962)

afbeelding van sdsnatcher73

08-06-2022, 20:30

I have not read about such a project on the forum.

Van sdsnatcher73

Prophet (3962)

afbeelding van sdsnatcher73

09-06-2022, 09:16

I wonder if latency could become an issue (but I am no musician)…

Van gdx

Enlighted (6219)

afbeelding van gdx

09-06-2022, 11:22

Midi is a simple serial interface. So I think it's simple to convert it for people who know protocols and a bit of electronics. Transfert speed is 31,25 Kbps. I think that's enough to send the status of a few keys. Modern Midi devices use USB instead of DIN connector.

https://learn.sparkfun.com/tutorials/midi-tutorial/hardware-...
https://docs.arduino.cc/built-in-examples/communication/Midi

Van sdsnatcher73

Prophet (3962)

afbeelding van sdsnatcher73

09-06-2022, 14:01

I didn’t say it would be difficult. But any delay added to the transfer of the signal by pressing the key until output of sound can possibly be a problem. Well it was more a question even…

Van gdx

Enlighted (6219)

afbeelding van gdx

09-06-2022, 14:15

I didn't say you said it. Wink

Van meits

Scribe (6544)

afbeelding van meits

09-06-2022, 14:46

I think scoring a Philips Music Module would save you a lot of hassle.

Van mig01

Supporter (12)

afbeelding van mig01

09-06-2022, 17:53

Philips Music Module look nice but I have a new Audiowave module... How it will be with latency will be seen. There will probably be a small one and it will be seen during the test what it will be like (maybe it will not be so critical). Basically, it will be a converter from a serial port (MIDI) to a parallel (YK-XX is just a matrix of switches). I'll let you know if such a converter will be usable. Probably just Arduino and a few resistors. I've been playing programming for a few (decades) years, so maybe it won't be such a problem to use ready-made MIDI libraries and finish programming others.