mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
large-scale refactoring of Pianoroll, CueEditor and AudioClipEditor
Enables code-sharing between "clip editors"
This commit is contained in:
parent
81ca93bdfb
commit
1d4e3940d1
24 changed files with 2673 additions and 2668 deletions
|
|
@ -2065,6 +2065,11 @@ private:
|
|||
Glib::RefPtr<Gtk::Action> selection_undo_action;
|
||||
Glib::RefPtr<Gtk::Action> selection_redo_action;
|
||||
|
||||
Glib::RefPtr<Gtk::ToggleAction> show_editor_mixer_action;
|
||||
Glib::RefPtr<Gtk::ToggleAction> show_editor_list_action;
|
||||
Glib::RefPtr<Gtk::ToggleAction> show_editor_props_action;
|
||||
Glib::RefPtr<Gtk::ToggleAction> show_touched_automation_action;
|
||||
|
||||
void history_changed ();
|
||||
|
||||
Editing::EditPoint _edit_point;
|
||||
|
|
@ -2200,7 +2205,6 @@ private:
|
|||
/* RTAV Automation display option */
|
||||
void toggle_show_touched_automation ();
|
||||
void set_show_touched_automation (bool);
|
||||
bool _show_touched_automation;
|
||||
|
||||
int time_fx (ARDOUR::RegionList&, Temporal::ratio_t ratio, bool pitching, bool fixed_end);
|
||||
void toggle_sound_midi_notes ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue