9 #ifndef __Pd____Metro__
10 #define __Pd____Metro__
29 double metroCounter = 0;
30 bool bpmIsSet =
false;
36 bool perform(
double time);
38 bool getBPM() {
return bpmIsSet;};
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62
Personal namespace. Use intials for your own classes.
Definition: CosineWave.cpp:18
A simple metronome that accepts milliseconds and beats per minute.
Definition: Metro.h:25