Announcement

Collapse
No announcement yet.

Read a value in array at specific index

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Read a value in array at specific index

    Hello,

    I'm an OSC newbie and I'm actually trying to use Osculator to control a software (Qlab) with an external midi device.

    I managed to send osc messages to the software by using MIDI CC through Osculator.
    But I can't receiving osc information from qlab.

    In fact, Qlab send me osc message with an array in it (several values between square brackets separated with coma)
    I'm looking to retrieve those values individually. And send it to my external midi device as CC.

    Is it possible ?
    Somebody know how to do that ?

    Thanks in advance

  • #2
    Hi Noyos,

    Qlab encodes JSON values in OSC messages.

    OSCulator 3 has basic support to decode JSON objects (e.g. {"a": 1, "b":2 }).
    Support for arrays (e.g. [1, 2, 3]) will come in the next release.

    If you like to test this feature, please send me an e-mail to camille at osculator dot net.

    Best,
    Cam

    Comment

    Working...
    X