You must remove the content of open stage control's send
option, you're basically routing osc's output to its input here, this can't go well.
Also, I don't use windows nor loopMidi, but from what I've read I think you need to create separate ports in loopMidi for input and output otherwise it creates feedback loops (although I'm not 100% sure as I can't test that), for example
-
create two ports in loopMidi
- one named
oscToCubase
- one named
cubaseToOsc
- one named
- set open stage control's
midi
option to
OSC:cubaseToOsc,oscToCubase
(copy paste it as is)
- in Generic Remote, set
- MIDI Input to
oscToCubase
- MIDI Output to
cubaseToOsc
- MIDI Input to
Edit: missing point:
- Set the
target
property of your widgets to
midi:OSC
This way the widget will be connected to both loopMidi ports (the midi target named "OSC" being connected to oscToCubase
and cubaseToOSC
as per point 2.