mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
expose more internal state
This commit is contained in:
parent
6e2e54d384
commit
be03ec370e
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue