🔥 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.

not understanding highlighted slot

Submitted by benwadub on Wed, 01/26/2022 - 20:24
benwadub
Control Surface Studio User

hi, i have an encoder that scroll through tracks and one that scroll through scene, so I can highlight any clip, I like to be able to create a clip if that clip slot is empty or launch the clip if there is a clip in that slot.
I tried that:
button 81 was pressed as listener
condition1:
self.song().view.selected_track.clip_slots[0].has_clip == True
action1
self.song().view.highlighted_clip_slot.fire(4, 1)

condition 2
self.song().view.highlighted_clip_slot.has_clip == False
action 2
self.song().view.highlighted_clip_slot.fire(4.0, 1)

but with this it always act on the first clip of the first track on first scene.
do you know what I m missing?

Topic Category: 

4 Responses

Comments

Wim
Control Surface Studio User
#1

Hi benwadub,
At first glance: could it be that the first reaction should be
self.song().view.highlighted_clip_slot.has_clip == True

benwadub
Control Surface Studio User
#2

hi, finale closing remotely and reopen it for saving the script did the trick! the Mac css app is really buggy and need to be closed and reopen very often sadly

Wim
Control Surface Studio User
#3

Oh, I was not aware of that..
Good thing you found the solution!

JohnC
Forum Admin
#4

Make sure to periodically clear the log - if you're continuously outputting to the log, keep an eye on the file size (next to the clear log button).
Also, turn off 'MIDI learn' if you're not using it.