a metric ton of changes

git-svn-id: svn://localhost/trunk/ardour2@246 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-01-08 02:56:49 +00:00
parent 1186b1d881
commit a20f41ab39
36 changed files with 768 additions and 1214 deletions

View file

@ -278,6 +278,13 @@ class Editor : public PublicEditor
void toggle_follow_playhead ();
bool follow_playhead() const { return _follow_playhead; }
void toggle_waveform_visibility ();
void toggle_waveforms_while_recording ();
void toggle_measure_visibility ();
void set_meter_falloff (float);
void set_meter_hold (int32_t);
/* xfades */
void toggle_xfades_active();