13
0

expose more internal state

This commit is contained in:
Paul Davis 2017-08-04 17:40:55 -04:00
parent 6e2e54d384
commit be03ec370e

View File

@ -35,6 +35,10 @@ class BeatBox {
void set_quantize (int divisor);
float tempo() const { return _tempo; }
int meter_beats() const { return _meter_beats; }
int meter_beat_type() const { return _meter_beat_type; }
private:
bool _start_requested;
bool _running;