I just released AbleSet 2.5.0-beta.7 which adds support for sending OSC commands to external servers. You can find the docs here: Controlling AbleSet with Your MIDI Controller – AbleSet
AbleSet tries to be as smart as possible with arguments, so you don’t have to manually specify the type of them:
123
: integer123.0
: floattrue
andfalse
: booleantest
or"test"
: string
Arguments that are wrapped in quotes ("
, '
, or `
) are always treated as strings, so "true"
won’t be converted to a boolean and "123"
won’t be converted to an integer.
Let me know how this works for you. I’m looking forward to your feedback!