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
Hi, I would like to see the USBMIDI_Interface adapted so that you can specify the fixed cablenumber. This would it make possible to use pipes and filters connecting serial ports with virtual usb ports
#977
Open
GVCompu opened this issue
Nov 21, 2023
· 0 comments
Is your feature request related to a problem? Please describe
A clear and concise description of what the problem is.
Describe the solution you'd like
A clear and concise description of what you want to happen.
If the feature request is about sending or receiving MIDI data, please specify the exact messages required for a working implementation. E.g. “when the button is pressed, a note on event for note C4 is sent on MIDI channel 5, with a velocity of 127, when the button is released, a note off event for the same note on the same channel is sent, with a velocity of 0”.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or code about the feature request here.
// Your code here
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
A clear and concise description of what the problem is.
Describe the solution you'd like
A clear and concise description of what you want to happen.
If the feature request is about sending or receiving MIDI data, please specify the exact messages required for a working implementation. E.g. “when the button is pressed, a note on event for note C4 is sent on MIDI channel 5, with a velocity of 127, when the button is released, a note off event for the same note on the same channel is sent, with a velocity of 0”.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or code about the feature request here.
// Your code here
The text was updated successfully, but these errors were encountered: