mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Merge with 2.0-ongoing R2988
git-svn-id: svn://localhost/ardour2/branches/3.0@2991 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9f63ab9931
commit
80c3677c83
70 changed files with 1442 additions and 398 deletions
|
|
@ -1019,7 +1019,7 @@ class Editor : public PublicEditor
|
|||
void toggle_region_mute ();
|
||||
void toggle_region_lock ();
|
||||
void toggle_region_opaque ();
|
||||
void toggle_region_position_lock ();
|
||||
void set_region_lock_style (ARDOUR::Region::PositionLockStyle);
|
||||
void raise_region ();
|
||||
void raise_region_to_top ();
|
||||
void lower_region ();
|
||||
|
|
@ -1028,7 +1028,7 @@ class Editor : public PublicEditor
|
|||
void split_region_at (nframes_t);
|
||||
void split_regions_at (nframes_t, RegionSelection&);
|
||||
void split_region_at_transients ();
|
||||
void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, std::vector<nframes64_t>&);
|
||||
void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, ARDOUR::AnalysisFeatureList&);
|
||||
void crop_region_to_selection ();
|
||||
void crop_region_to (nframes_t start, nframes_t end);
|
||||
void set_sync_point (nframes64_t, const RegionSelection&);
|
||||
|
|
@ -1334,6 +1334,8 @@ class Editor : public PublicEditor
|
|||
|
||||
void show_verbose_time_cursor (nframes_t frame, double offset = 0, double xpos=-1, double ypos=-1);
|
||||
void show_verbose_duration_cursor (nframes_t start, nframes_t end, double offset = 0, double xpos=-1, double ypos=-1);
|
||||
double clamp_verbose_cursor_x (double);
|
||||
double clamp_verbose_cursor_y (double);
|
||||
|
||||
/* Canvas event handlers */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue