LED Feedback for when track is playing

440 viewsGeneral
0

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 July 17, 2024
Attached Files:
0

You can check if a specific clip is playing using the following condition options:
Live Object Model > Clip slot > is playing
or
Live Object Model > Clip > is playing

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