Session Box condition

832 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

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.

JohnC Posted new comment

The session component in Ableton’s API isn’t velocity sensitive

0

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.

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

0

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?

Hellem Answered question
0

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

Hellem Answered question