tttapa / Control-Surface

Arduino library for creating MIDI controllers and other MIDI devices.
GNU General Public License v3.0
1.19k stars 134 forks source link

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 7 months ago

GVCompu commented 7 months ago

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