LED Feedback for when track is playing
I am trying to create a reaction to make an LED on my controller light up when the track has audio playing, and turn off when the audio is not playing. I have tried using
self.song().tracks[0].has_audio_input == True (False for off)
self.song().tracks[0].has_audio_output == True (false for off)
but neither seem to turn the device off when audio stops. I have tried various different listeners to no avail. I can get it to work for specific clip slots, but I want it to apply to all clip slots in a track.
The HumaniZer Answered question
Hi,
did you ever find a solution to do led blink during clip playing ?
The HumaniZer Answered question
Sign up
User registration is currently not allowed.