How to establish MIDI from organ with serial out and not 8x8 matrix keyboard.

Joined
Jan 4, 2026
Messages
4
Reaction score
0
Location
Norway
Many years ago I built a digital organ from scratch. Now I want to establish MIDI encoder (MIDI out). Here I need help. All 61 keys come serially. I have clock and sync/reset input to the keyboard. Then two lines out I call KEY DOWN (and KEY UP for velocity). I can either feed the MIDI encoder with the existing 31.250 kHz clock and sync. Or disconnect everything and feed the keyboard with clock and sync from a MIDI interface. I would like to include velocity as well.

Anyone have any tips or can help?

The challenge is (1) that ready-made PCBs offered online are typically intended for 8x8 matrix. And (2) I don't feel good to programming Arduino or similar.
 

Attachments

  • 61- key scanner.jpg
    61- key scanner.jpg
    63.5 KB · Views: 11
  • MTS.jpg
    MTS.jpg
    133 KB · Views: 11

JH3

Joined
Mar 24, 2023
Messages
4
Reaction score
1
What you are proposing is doable but it is a significant engineering project. It will be more practical to figure out how to replace the keyboard you have now with a keyboard that already produces MIDI. Trying to MIDIfy your existing keyboard if you aren't comfortable with things like programming Arduino is likely to become a project that never yields a usable result.
 
Joined
Jan 4, 2026
Messages
4
Reaction score
0
Location
Norway
What you are proposing is doable but it is a significant engineering project. It will be more practical to figure out how to replace the keyboard you have now with a keyboard that already produces MIDI. Trying to MIDIfy your existing keyboard if you aren't comfortable with things like programming Arduino is likely to become a project that never yields a usable result.
 
Joined
Jan 4, 2026
Messages
4
Reaction score
0
Location
Norway
Thanks for the answer. I want to keep my existing keyboard and not least my organ. The easiest way for me as a hardware person would be some addressable latch as an interface for an existing board like "Key2Midi64", or an encoder board intended for 8x8 multiplexed input. Not an elegant solution and not pretty with a spaghetti of flat cables.
Too bad as it seems that "Key2Midi64" already has parallel to serial on board.
 
Joined
Dec 28, 2025
Messages
10
Reaction score
7
Location
United States
I'm not familiar with any commercially available serial to MIDI converter hardware that would meet your needs. That being the case, this would seem to be a custom hardware development project.

You mentioned not wanting to program Arduino or similar, and certainly it's not the only option. However unlike some other hardware development platforms, Arduino has available a number of MIDI libraries available that should make this more straightforward, without the need to handle MIDI serial messages, etc.


CV <> MIDI may be another option, if you can generate / receive a CV signal from / to your board. There are many commercially available converters.
 
Joined
Jan 4, 2026
Messages
4
Reaction score
0
Location
Norway
I'm not familiar with any commercially available serial to MIDI converter hardware that would meet your needs. That being the case, this would seem to be a custom hardware development project.

You mentioned not wanting to program Arduino or similar, and certainly it's not the only option. However unlike some other hardware development platforms, Arduino has available a number of MIDI libraries available that should make this more straightforward, without the need to handle MIDI serial messages, etc.


CV <> MIDI may be another option, if you can generate / receive a CV signal from / to your board. There are many commercially available converters.
Thanks for the answer, you are probably, and unfortunately, right that there is no suitable product. Now waiting for a response from a couple of stores that sell encoders, but unlikely to be a positive response. Since I am not able to program anything, the likely solution will be the hard way to install some ICs and ribbon cables as an interface to an established product.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
15,136
Messages
95,465
Members
13,785
Latest member
MSM

Latest Threads

Top