-
|
I am currently running MiniDexed on an RPi Zero 2W. I would like to connect both my Korg Nanokeys (eventually I want to instead use my Nanocontrol, but I'm using the Nanokeys for simpler testing) and my Yamaha QY70 (via a Turtle Beach USB MIDI interface). I would like to be able to send MIDI messages from the Nanokeys to the QY70. From what I can gather from https://github.com/probonopd/MiniDexed/wiki/MIDI-Thru this is possible, but after trying several different combinations of from/to I can't get it to work. Is this possible or am I misunderstanding the documentation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello @SynthGal, welcome to MiniDexed. I don't own your hardware, so the following is my educated guess, as I had no chance to actually test it. To connect your Korg Nanokeys, Yamaha QY70, and MiniDexed (running on a Raspberry Pi Zero 2W with the MiniDexed firmware), you have two supported options: Option 1: USB + Serial
This routes MIDI input from the Nanokeys to the QY70 over the Serial MIDI port. Option 2: USB Hub + Turtle Beach USB MIDI Interface
This routes MIDI from the Nanokeys (e.g., Important: This setup assumes your USB MIDI devices (including the Turtle Beach interface) are USB class-compliant. That means they do not require special drivers and conform to the USB MIDI device specification. How to tell if it's class compliant:
You can include multiple |
Beta Was this translation helpful? Give feedback.
So it turns out that my Turtle Beach interface is dead. Like, does not show up in
lsusbordmesgat all, tested on two separate computers. That explains why I was having so much trouble getting it to work. Sorry to waste your time.