mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Merged with trunk R920.
git-svn-id: svn://localhost/ardour2/branches/midi@921 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c7307c09b8
commit
7bd41538d9
91 changed files with 3496 additions and 867 deletions
|
|
@ -90,11 +90,11 @@ class RouteUI : public virtual AxisView
|
|||
|
||||
XMLNode* get_child_xml_node (const string & childname);
|
||||
|
||||
gint mute_press(GdkEventButton*);
|
||||
gint mute_release(GdkEventButton*);
|
||||
gint solo_press(GdkEventButton*);
|
||||
gint solo_release(GdkEventButton*);
|
||||
gint rec_enable_press(GdkEventButton*);
|
||||
bool mute_press(GdkEventButton*);
|
||||
bool mute_release(GdkEventButton*);
|
||||
bool solo_press(GdkEventButton*);
|
||||
bool solo_release(GdkEventButton*);
|
||||
bool rec_enable_press(GdkEventButton*);
|
||||
|
||||
void solo_changed(void*);
|
||||
void mute_changed(void*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue