Hey i need help ! i try to make a strobe effect during the kick while i play frenchore music. But there so many false detection and sometimes the strobe donc work during the kick. I use the 1-6 range.
Here is my code:
trigger(
// Activation signal = most powerful peak 1–6
max(
music.1.bandbeat(1),
music.1.bandbeat(2),
music.1.bandbeat(3),
music.1.bandbeat(4),
music.1.bandbeat(5),
music.1.bandbeat(6)
),
0.04, // strobe duration in ms (for the flash aspect)
10, // thresholdDown (%) : down under 10% to rearmed
25, // thresholdUp (%)
0.06 // delay (s) : counter double-flash 60 ms
) * 100 // sortie 0–100%
If someone have an idea or the similar problem i can beg for help