Generate script button disapeared
So it looks like a button for script generation disappears only for a certain IP. How will you explain this?
So it looks like a button for script generation disappears only for a certain IP. How will you explain this?
Moving from wire internet to mobile hot spot – helped to get export button back.
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….
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?
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?
I think you can set clip.is_playing to true or false. Imporsible. Python ann ableton allows that – no error. But nothing happens. It is read only.
There was a large rewrite of how parameters are handled for CSS3. You’re correct that the min / max values are set using percentages. Have you tried using decimal values i.e. 2.67%
Community CSS Scripts
other problem when track is muted vumeter still receive data but the track doesn t output sound
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?