Controlling send volumes
Hello,
I'd like to control the send volume of tracks in order to do some surround panning (I'm sure I'm not the only one).
I've seen that under the following path "live_set tracks 0 mixer_device", there's a "sends" child but I can't get anything out of it (no children).
Has anyone manage to control send volumes with the API ?
Is there some documentation to understand the whole API ?
Thanks
Léo
Have a look to Michael's post:
Thanks Emmanuel,
that's exactly what I was looking for. Even more.
So the correct path to control send volume is :
"live_set tracks 0 mixer_device sends "
where is the number of the return track.
I tried with "A", "A-Return", "A-Sends"....
Don't ask why I didn't try a number, I don't know.
Anyway...
Léo