You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, thank you very much for this great library. It works really well for converting USB to standard MIDI and I have used it already quite a lot. I was just wondering if it is possible to do something like a MIDI through? I have tried it already by sending the message in the outBuf back to the piano within the MIDI_poll() function. That seems to be fine, but after I play a few past notes on my keyboard it starts playing up and I triggers notes that I am actually not playing for some reason. Do you have any suggestions?
Many thanks for your help
Sam
The text was updated successfully, but these errors were encountered:
Forgot to mention that: Basically what i want to do is send the same date that comes from the keyboard via USB back to keyboard via USB not just only through midi
Yes, being able to daisy chain a USB midi device would be useful. Or being able to use a non-MIDI USB device to trigger MIDI messages to a computer DAW.
Hey there, thank you very much for this great library. It works really well for converting USB to standard MIDI and I have used it already quite a lot. I was just wondering if it is possible to do something like a MIDI through? I have tried it already by sending the message in the outBuf back to the piano within the MIDI_poll() function. That seems to be fine, but after I play a few past notes on my keyboard it starts playing up and I triggers notes that I am actually not playing for some reason. Do you have any suggestions?
Many thanks for your help
Sam
The text was updated successfully, but these errors were encountered: