basic implementation of scrubbing via push2 touch strip

This commit is contained in:
Paul Davis 2016-06-17 09:21:29 -04:00
parent 6691975031
commit 2afb7f1a30
2 changed files with 32 additions and 1 deletions

View file

@ -286,6 +286,7 @@ class Push2 : public ARDOUR::ControlProtocol
IDButtonMap id_button_map;
void init_buttons ();
void init_touch_strip ();
/* map of Pads by note number */
typedef std::map<int,Pad*> NNPadMap;