mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Mostly Cosmetic/Design changes to bring trunk and midi branch closer
git-svn-id: svn://localhost/ardour2/branches/midi@733 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9d5d82b4df
commit
79fc27de2e
71 changed files with 406 additions and 908 deletions
|
|
@ -101,7 +101,7 @@ protected:
|
|||
//private: (FIXME?)
|
||||
|
||||
void transport_changed();
|
||||
void rec_enable_changed(void* src = 0);
|
||||
void rec_enable_changed();
|
||||
void sess_rec_enable_changed();
|
||||
virtual void setup_rec_box () = 0;
|
||||
void update_rec_box ();
|
||||
|
|
@ -114,7 +114,7 @@ protected:
|
|||
void display_diskstream (ARDOUR::Diskstream* );
|
||||
virtual void undisplay_diskstream ();
|
||||
virtual void redisplay_diskstream () = 0;
|
||||
void diskstream_changed (void* );
|
||||
void diskstream_changed ();
|
||||
|
||||
void playlist_state_changed (ARDOUR::Change);
|
||||
virtual void playlist_changed (ARDOUR::Diskstream* );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue