Session Box condition

407 viewsCSS Feature Requestssessionbox
0

Add a condition to session box, please.

Any listener can have a condition, right? But premade controll option have no conditions.

Like if modifier m1 = 1, session box will respond to its imputs. Or send out it’s states.

Hellem Answered question
0

Currently composing a session box feedback with listeners. As using empty inputs on session_box causes no feedback….. and i need help, please.

Why this is not working?

t = self.get_sessbox_track_offset()+0

s = self.get_sessbox_scene_offset()+0

self.song().tracks[t].clip_slots[s].add_has_clip_listener

And how to add a listener for a track and a clip relative to session box position?

Hellem Posted new comment

well, it looks like this is a correct way to add a session_box relative listener:
self.song().tracks[self.track_num(0)].clip_slots[self.scene_num(0)].add_has_clip_listener

You are viewing 1 out of 5 answers, click here to view all answers.