SendsCount

1.56K viewsCSS Questions
0

I’m trying to move through sends

M3=0=#forSendA,

pressbutton: M3=#forSendB
pressbutton: M3=#forSendC

until you’ve gone through all available sends, then go back to SendA

I can increment M3 from 0, but how do I know how many sends there are?

admin Changed status to publish
Attached Files:
0

The code for your sends isn’t quite right, you’re missing mixer_device. See below:
self.song().tracks[0].mixer_device.sends

admin Changed status to publish
Attached Files:
You are viewing 1 out of 2 answers, click here to view all answers.