mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
adding a new track via copy-region-drag now works (and shares code with the non-copy case
This commit is contained in:
parent
00c7abe926
commit
8fd69776ea
2 changed files with 54 additions and 45 deletions
|
|
@ -378,6 +378,7 @@ private:
|
|||
void add_stateful_diff_commands_for_playlists (PlaylistSet const &);
|
||||
|
||||
void collect_new_region_view (RegionView *);
|
||||
RouteTimeAxisView* create_destination_time_axis (boost::shared_ptr<ARDOUR::Region>);
|
||||
|
||||
bool _copy;
|
||||
RegionView* _new_region_view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue