MeadowlarkDAW / Meadowlark

A (currently incomplete) open-source Digital Audio Workstation
GNU General Public License v3.0
1.35k stars 48 forks source link

Automatic real-time BPM analyser #68

Open RustoMCSpit opened 2 weeks ago

RustoMCSpit commented 2 weeks ago

Automatically display BPM of incoming audio / waveforms

https://bitwish.top/t/automatic-real-time-bpm-analyser/5427

BillyDM commented 1 week ago

I'm not sure about having this be an automatic feature, but we could easily have a plugin that detects the tempo of an audio signal on a given track.

RustoMCSpit commented 1 week ago

having it as a plugin is bad because plugins dont autoread waveform. if youre not keen on having it automatically detect incoming audio, have it then work by just having all audio waveforms in a project processed automatically instead and have their bpm visible beside their label

BillyDM commented 1 week ago

I'm not keen on automatically processing all waveforms because bpm detection is expensive. Perhaps there can just be a feature to right-click a waveform in the browser/timeline and select "detect bpm".

RustoMCSpit commented 1 week ago

I'm not keen on automatically processing all waveforms because bpm detection is expensive. Perhaps there can just be a feature to right-click a waveform in the browser/timeline and select "detect bpm".

if you so wish, but id leave it an option to detect all automatically in the settings and store the metadata for when you reopen the project