SendsCount

1.61K 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

PS. Note that I’ve tried
self.song().tracks[0].sends.count and self.song().tracks[0].sends

but I get the error
There’s a problem with ‘Action Block 1’ in reaction ‘SendsButton’ (from ‘Button 20 was pressed’ listener) >>
>> ‘Track’ object has no attribute ‘sends’

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