Can COBALT send Preset numbers and text over OSC?

Can COBALT send Preset numbers and text over OSC? I am using an app called Stamp (if you don’t know it, go check it out at www.stamp.xyz) and I need the cues to come in over OSC. Preferably I want to be able to recognize the Sequence number, Preset or Cue number and the Text of the preset or the cue.

Parents
  • Apologies for the delay in responding.

    Yes, Cobalt can send Main Playback sequence status information via OSC.
    You will need to enable OSC Send in Settings > Show Control and enter the IP addresses that should receive the commands.

    The OSC address is /mainplayback/label/a and /mainplayback/label/b, the argument is a string containing the preset number and the step text.
    This is sent automatically as the current step changes.

    You can also send a "/refreshstatus" command to Cobalt to trigger an immediate send of the current values for all supported status information.

    Cobalt does not support any kind of 'subscription' OSC API, it will always send everything.

Reply
  • Apologies for the delay in responding.

    Yes, Cobalt can send Main Playback sequence status information via OSC.
    You will need to enable OSC Send in Settings > Show Control and enter the IP addresses that should receive the commands.

    The OSC address is /mainplayback/label/a and /mainplayback/label/b, the argument is a string containing the preset number and the step text.
    This is sent automatically as the current step changes.

    You can also send a "/refreshstatus" command to Cobalt to trigger an immediate send of the current values for all supported status information.

    Cobalt does not support any kind of 'subscription' OSC API, it will always send everything.

Children
Related