session export starts from session start marker; add tooltips for rude solo + audition; start work on control protocol feedback control (unfinished but compiles and runs

git-svn-id: svn://localhost/ardour2/trunk@985 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-10-13 15:07:50 +00:00
parent 1f2c5ba533
commit 2b90eeade9
14 changed files with 91 additions and 25 deletions

View file

@ -34,7 +34,6 @@ class GenericMidiControlProtocol : public ARDOUR::ControlProtocol {
int set_feedback (bool yn);
bool get_feedback () const;
bool supports_feedback () const { return true; }
XMLNode& get_state ();
int set_state (const XMLNode&);