Session Box condition
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.
On a session box – what incoming midi value will trigger a clip slot? It looks like any… I would prefer to trigger on 127 straight. And not on any other.
Well… speaking back about “No coding needed!”…. The session box functionality is pretty awkward and far away from perfect…. It is really better to rewrite it with reactions by now.
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?
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
So i have added a listener:
self.song().tracks[self.track_num(0)].clip_slots[self.scene_num(0)].add_has_clip_listener
and a listener for session_box position changed
But it dont trigger an action with a session_box position changed….
Any ideas?
Have created a simple reaction.
Listeners: session box position changed
Action: display in Live status bar
Shifting session box – and i see no message in live status bar..
it looks like the listener for session box position changed is not working….
Sign up
User registration is currently not allowed.
The session component in Ableton’s API isn’t velocity sensitive