Midinous to MiniDexed -- HOW? #525
Answered
by
probonopd
akivaatwood
asked this question in
Q&A
-
|
On OSx, I have midinous running. It send midi signals to IAC drivers. The minidexed doesn't show up as a midi device... Anyone have any suggestions on how to get them talking? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
probonopd
Aug 3, 2023
Replies: 1 comment 4 replies
-
|
You need a device that presents itself to your Mac like a MIDI controller (keyboard), and that sends MIDI data to the MiniDexed device. https://github.com/probonopd/MiniDexed/wiki/Hardware#usb-midi-device Have a look at https://github.com/rsta2/pico/tree/main/midi_adapter, it might serve your needs. Related discussion: |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
akivaatwood
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need a device that presents itself to your Mac like a MIDI controller (keyboard), and that sends MIDI data to the MiniDexed device.
https://github.com/probonopd/MiniDexed/wiki/Hardware#usb-midi-device
Have a look at https://github.com/rsta2/pico/tree/main/midi_adapter, it might serve your needs.
Related discussion: