mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Unify Region Drag/Drop
Identify Regions using PDB::ID. This allows dragging regions from almost anywhere to anywhere, without special cases.
This commit is contained in:
parent
5427cec821
commit
0204ea1f24
13 changed files with 64 additions and 118 deletions
|
|
@ -203,9 +203,6 @@ public:
|
|||
*/
|
||||
virtual void consider_auditioning (boost::shared_ptr<ARDOUR::Region> r) = 0;
|
||||
|
||||
/* Editor::_regions DnD */
|
||||
virtual boost::shared_ptr<ARDOUR::Region> get_dragged_region_from_sidebar () = 0;
|
||||
|
||||
/* import dialogs -> ardour-ui ?! */
|
||||
virtual void external_audio_dialog () = 0;
|
||||
virtual void session_import_dialog () = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue