AS is logging my OSC, but the Setlist is not responding to the OSC

Well, we all take a break sometimes, and now that I am jumping back into OSC, maybe I have forgotten some OSC basic thing.

See the screen shot…the “command log”>>>>

It seems like AS is getting my request via MIDI, and even AS is hearing \setlist\jumpBYsongs 4 OSC.

Any thoughts what I am missing?

(note: I see now that the Ableton Connection Kit was never required, and I have removed the plugin from my LIVE project, but I cannot think that is related).

Are OSC commands “case sensitive” ?

  • Windows 11
  • AbleSet: 3.04 PRO
  • Version of Ableton Live: 11.3.3)

Hey @nevillewhitemusic,

The command is case-sensitive:

/setlist/jumpBySongs 4

You’re sending:

/setlist/jumpBYsongs 4

That capital BY is the issue. AbleSet ignores it because the path doesn’t match exactly.

Just change it to jumpBySongs (capital B and S exactly like that) and it should work perfectly.

Let me know if that solves the issue!