Tempo led feedback to the play button

1.77K viewsCSS Questions
0

Is there anyway for the play button to blink according to the tempo?

Does anyone knows if this is possible and how to do it?

admin Changed status to publish May 22, 2024
Attached Files:
0

Hey, sorry I missed this one.
I did look into it when you originally posted, the problem was (if I remember right), I couldn’t find something which could be used for sending off/on led feedback values. I think I tried using ‘current song time’ which will fire continuously when playback is active but from that I would still need a way to decide if on or off should be sent and the value it gives me needs more investigation.

admin Changed status to publish May 22, 2024
Attached Files:
0

Oh, you wouldn’t want it to flash in sync with the tempo?

admin Changed status to publish May 22, 2024
Attached Files:
0

I have solved this by creating a custom MAX4Live device that count’s out the beats in sync with lives transport. It also displays a zero exactly half way through each beat to enable proper LED flashing:
i.e. 1,0,2,0,3,0,4,0

It works with any time signature / tempo, In CSS I have just assigned “1” to red and any number > 1 to Blue. So the first beat of the bar flashes red and the rest flash blue.

Let me know if of interest and i’ll upload.

admin Changed status to publish May 22, 2024
Attached Files:
0

Thought I’d upload anyway in case anyone stumbles across this thread:

https://maxforlive.com/library/device/8024/tempo-led-feedback

admin Changed status to publish May 22, 2024
Attached Files: