expose more internal state
This commit is contained in:
parent
6e2e54d384
commit
be03ec370e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user