Hello!
I have a recording of repetative beating on a single bass drum.
I want to create a channel with a 10msec square signal for each beat on the drum. (I made an ilustration in the picture)
I tried using the beat finder but it does not track the beat properly, and gives a complicated beat analysis for a very simple beat from 1 drum (you can see in the picture)
how can I do such a thing?
yes… so the first step would be perhaps to use the noise resuction to such a level that only the peaks will stay. but how can i make a 10ms pulse for every peak that remains?
that is, i need from the onset of the peaks a 10ms square pulse.
If it was python i would say something like "if it goes over a certain threshold, create 10ms pulse… "