🔥 Lifetime deal! Get Control Surface Studio for Just £67 👉 Click Here To Get It
Time left... mailtimers.com
⚠️ Lifetime licenses are ending soon, get yours before they're gone ⚠️
Your shopping cart is empty.

SendsCount

Submitted by picky-picasso on Mon, 04/11/2022 - 05:23
picky-picasso
Pro User
Control Surface Studio User

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?

Topic Category: 

2 Responses

Comments

picky-picasso
Pro User
#1

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'

JohnC
Forum Admin
#2

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