add global region fade toggle; fixup (?) reload of MIDI config state (both ported from 2.X)

git-svn-id: svn://localhost/ardour2/branches/3.0@3897 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-10-09 14:15:45 +00:00
parent 7002aebbda
commit 757c1c1026
12 changed files with 76 additions and 23 deletions

View file

@ -335,8 +335,10 @@ class Editor : public PublicEditor
void update_smpte_mode();
void update_video_pullup();
void update_subframes_per_frame ();
/* xfades */
/* fades/xfades */
void toggle_region_fades ();
void toggle_auto_xfade ();
void toggle_xfades_active ();
void toggle_xfade_visibility ();