Led feedback

5.66K viewsCSS Questions
0

Hi guys I have currently got most of my controller working however the led lights are not working properly. My lights seem to either all stay on weather they are pressed or not. I would like them to be on while the action is happening and off when not. For example when I press mute the led light up then when mute is off the light goes off etc. is it possible to control the lights ? If so could someone give an example of how to do so please

admin Changed status to publish
Attached Files:
0

This is untested but yes you should be able to set the loop start to the loop’s playing position using this value:
self.song().view.highlighted_clip_slot.clip.playing_position

And you could do stuff like place the loop end at the playing position plus an amount, like this:
self.song().view.highlighted_clip_slot.clip.playing_position + 0.50

Did you get the loop start / end to work then?

admin Changed status to publish
Attached Files:
You are viewing 1 out of 41 answers, click here to view all answers.