part 1 of replicating semantics of ARDOUR_UI::toggle_roll() in BasicUI::toggle_roll()

This can be done better, even without sharing code
This commit is contained in:
Paul Davis
2019-11-02 16:20:32 -06:00
parent 3e443bc237
commit 7b25a89944
2 changed files with 62 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ class LIBCONTROLCP_API BasicUI {
void quick_snapshot_stay ();
void quick_snapshot_switch ();
void toggle_roll(); //this provides the same operation as the "spacebar", it's a lot smarter than "play".
void toggle_roll(bool roll_out_of_bounded_mode=true); //this provides the same operation as the "spacebar", it's a lot smarter than "play".
void stop_forget();