OSC translate to MIDI

Good afternoon, first of all thank this powerful tool that gives us many options for the show, and congratulate the creator and this community.

I am working on a device similar to the wiii remote, it is a sensor that gives YPR data separately and we have managed to make it respond with the Open Stage Control configuration, and we can read through port 9000 everything the device does, which is the sensor .

We need to do something in Open Stage Control, so that apart from reading OSC messages and graphing it in the KNOBs and faders, at the same time translate that message and emit MIDI to the different devices we have. And we are not getting it.

Basically I have not been able to use Open Stage Control, as a MIDI transmitter, or at least it is not recognized by CUBASE 9.5 DAW, nor QLAB 4, as MIDI messages, and it is correctly configured according to the explanations of the manual that is in this OSC page.

Please help. You can do that of translating … I have installed PHYTON 3 but I am not a programmer and I don’t know what to do because the type / control messages 1 1 60

That should be a command in OSC so that through my mac, with “my osc device: virtual” I could directly recognize the midi notes in the DAW and I can’t.

Thanks and sorry for the inconvenience

Hi,

Could it be that this is the same project as this one ?

Widgets don’t send a message when they receive one, but you can make O-S-C reply using a custom module, here is a small example that demonstrate this. If I guessed right and the aforementioned post is related to your project, you’d just need to amend your code so that along with the receive() calls that update the interface some send() calls ensure replies are sent:

send('midi', 'my_osc_device', '/control', channel, ctrl, value)

i’m not sure if i understood correctly what u wanna achieve, is “normal” midi working in OpenStageControl?

if thats the case and you just need a translator, you may have a look at https://osculator.net/