Hi all. I am using LiveOSC2 remote script for faders. When it comes to track volume or panning it works great as the script needs only track number in preArgs like so:
address: /live/track/volume
PreArgs: 0
---- as per liveOSC2 Readme file: /live/track/volume (int track_id, [float volume])
however the sends require 2 preArgs as per liveOSC2 instructions: /live/track/send (int track_id, int send_id, [float value])
I tried all kind of combinations/syntax in the preArgs like 0,0 / [0,0] / (0,0) but nothing works... any idea why it does not work?