Cannot activate read or write auotmation in Cubase

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

  1. create two ports in loopMidi
    • one named oscToCubase
    • one named cubaseToOsc
  2. set open stage control's midi option to
OSC:cubaseToOsc,oscToCubase

(copy paste it as is)

  1. in Generic Remote, set
    • MIDI Input to oscToCubase
    • MIDI Output to cubaseToOsc

Edit: missing point:

  1. 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.

1 Like