Announcement

Collapse
No announcement yet.

Correct way to send data to Osculator?

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

  • Correct way to send data to Osculator?

    I'm trying to get Osculator to trigger on messages I'm sending over Javascript through a local JS-OSC bridge.

    I've got it to work to send simple strings like "/test/foo/bar" but as soon as I try to add data as parameters such as "/test/foo/bar 100" Osculator does not seem to even see my messages anymore.

    Am I doing something wrong here, is there another way I should be sending my parameter data? Thanks!

  • #2
    Hello MungoBBQ,

    "/test/foo/bar 100" is not a valid OSC message address because it contains a space character. Please look at the Javascript OSC library documentation to find out how to properly build OSC message, and more specifically how to add an argument to a message.

    Best,
    Cam

    Comment

    Working...
    X