mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
GUI changes to follow new Playlist::ripple() API
Current ripple callback does nothing at all
This commit is contained in:
parent
447e80a247
commit
0e2bd5383c
6 changed files with 49 additions and 64 deletions
|
|
@ -583,6 +583,8 @@ public:
|
|||
void edit_tempo_section (ARDOUR::TempoSection*);
|
||||
void edit_meter_section (ARDOUR::MeterSection*);
|
||||
|
||||
ARDOUR::Playlist::RippleCallback ripple_callback (bool run_rdiff);
|
||||
|
||||
void add_region_marker ();
|
||||
void clear_region_markers ();
|
||||
void remove_region_marker (ARDOUR::CueMarker&);
|
||||
|
|
@ -2384,6 +2386,7 @@ private:
|
|||
void radio_reg_sens (Glib::RefPtr<Gtk::ActionGroup> action_group, Gtk::RadioAction::Group& radio_group, char const* name, char const* label, sigc::slot<void> slot);
|
||||
|
||||
void remove_gap_marker_callback (samplepos_t at, samplecnt_t distance);
|
||||
void _ripple_callback (ARDOUR::Playlist& playlist, bool run_rdiff);
|
||||
|
||||
friend class Drag;
|
||||
friend class RegionCutDrag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue