SendsCount
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 May 22, 2024
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 May 22, 2024
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 May 22, 2024
Sign up
User registration is currently not allowed.