mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
a metric ton of changes
git-svn-id: svn://localhost/trunk/ardour2@246 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1186b1d881
commit
a20f41ab39
36 changed files with 768 additions and 1214 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue