AbleSet tries to be as smart as possible with arguments, so you don’t have to manually specify the type of them:
123: integer
123.0: float
true and false: boolean
test 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!
Yesterday I was able to test it and finally it is working fine for me. I noticed somehow Totalmix requires the stop to be send twice for whatever reason, so I added another line which worked fine. Thanks a lot for this update.
Hey guys! I’m new to OSC, and I didn’t want to start a new thread provided I got a similar question.
I would like to start recording in ableton when i start any given song on my setlist.
Can this be achieved with AbleSet sending a custom OSC message?
Or do I need a separate app (touch OSC maybe?) for that?
For starters, I’d like to be able to achieve just that, and ideally I’d like to have the recording start just on one of the two-computer redundant setup😅
Should midi mapped OSC commands be passed via AbleNet as well? I mapped a few of them and have the AbleNet toggle on, but it still only effects the instantiation of Ableset I mapped it in (and not the other).