a) start at creating ControlProtocol objects

b) basic support for Frontier Design Tranzport
c) probably broke some aspect of existing generic MIDI feedback


git-svn-id: svn://localhost/trunk/ardour2@441 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-04-04 03:26:08 +00:00
parent af5815e79b
commit f7c82c6911
22 changed files with 1183 additions and 151 deletions

View file

@ -315,6 +315,7 @@ class AudioTimeAxisView : public RouteUI, public TimeAxisView
void map_frozen ();
void color_handler (ColorID, uint32_t);
bool select_me (GdkEventButton*);
};
#endif /* __ardour_trackview_h__ */