25#ifndef LMMS_METRONOME_H
26#define LMMS_METRONOME_H
36 void processTick(
int currentTick,
int ticksPerBar,
int beatsPerBar,
size_t bufferOffset);
Definition Metronome.h:32
void setActive(bool active)
Definition Metronome.h:35
bool m_active
Definition Metronome.h:39
void processTick(int currentTick, int ticksPerBar, int beatsPerBar, size_t bufferOffset)
Definition Metronome.cpp:31
bool active() const
Definition Metronome.h:34
Definition AudioAlsa.cpp:35