mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
massively better splice mode for all you tape freaks out there
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2698 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b61265e89e
commit
bae0736baf
11 changed files with 190 additions and 39 deletions
|
|
@ -1145,6 +1145,7 @@ class Editor : public PublicEditor
|
|||
void set_fade_out_active (bool);
|
||||
|
||||
std::set<boost::shared_ptr<ARDOUR::Playlist> > motion_frozen_playlists;
|
||||
RegionSelection pre_drag_region_selection;
|
||||
void region_drag_motion_callback (ArdourCanvas::Item*, GdkEvent*);
|
||||
void region_drag_finished_callback (ArdourCanvas::Item*, GdkEvent*);
|
||||
|
||||
|
|
@ -1941,6 +1942,7 @@ class Editor : public PublicEditor
|
|||
bool get_edit_op_range (nframes64_t& start, nframes64_t& end) const;
|
||||
|
||||
RegionSelection get_regions_at (nframes64_t where, const TrackSelection& ts) const;
|
||||
RegionSelection get_regions_after (nframes64_t where, const TrackSelection& ts) const;
|
||||
|
||||
RegionSelection tmp_regions;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue