mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
1f2c5ba533
commit
2b90eeade9
14 changed files with 91 additions and 25 deletions
|
|
@ -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&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue