Archives

Session Box condition

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

Session Box condition

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?

Session Box condition

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?

VU Meter possible?

i managed to get velocity working, now my problem is that my volume seems to output rms values so the led is long to shutdown, did ypu managed to have a well responsive led?