move FaderPort8 method "button_varispeed()" into BasicUI for more general use

This commit is contained in:
Paul Davis 2021-05-04 16:10:24 -06:00
parent 981fc6b3cd
commit fbd1221833
3 changed files with 28 additions and 21 deletions

View file

@ -63,6 +63,7 @@ class LIBCONTROLCP_API BasicUI {
void goto_zero ();
void goto_start (bool and_roll = false);
void goto_end ();
void button_varispeed (bool fwd);
void rewind ();
void ffwd ();
void transport_stop ();