DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cu c700f41095 Add metronome example 5 years ago
..
DistrhoPluginInfo.h Add metronome example 5 years ago
ExamplePluginMetronome.cpp Add metronome example 5 years ago
Makefile Add metronome example 5 years ago
README.md Add metronome example 5 years ago

README.md

Metronome example

This example will show tempo sync in DPF.

This plugin will output impulse the start of every beat.
To calculate exact frames to the next beat from the start of current audio buffer, TimePosition::BarBeatTick.barBeat is used.

Reference: