I have installed OSV on Windows 10. I would like to use OSC to send MIDI signals to my Roland MC 707 Groovebox via my Behringer music interface "U-PHORIA UMC404HD". For this I've connected my PC with the interface but I do not understand what is the correct value for the midi setting on the server? When I check List MIDI devices I get:
Here is the documentation for the midi settings. Writing this in the the midi field:
my_midi:0,1
will create a midi connection to input 0 and to output 1, which widgets can send messages to (and receive from) if their target property is set to "midi:my_midi" ("my_midi" is just an arbitrary name of your choice). This
my_midi:UMC404,UMC404
would work too (« If a string is specified, the first port whose name contains the string will be used »).
@jean-emmanuel Thanx, that helped. As far as I understand is MIDI OUT the port where the signal should be send to. I found that a bit confusing, that OSC sends signal to input. Maybe that could be changed in a further version.
One more suggestion - mabye you can expand the documentation with one example - how to read the port fron the list and then use it in the settings.
Hi @jean-emmanuel , you are right. When I connect a device directly via USB then I send directly to input. When I use the MIDI Interface, then I send to out.