mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
drag-n-drop to canvas from region list works
git-svn-id: svn://localhost/trunk/ardour2@218 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d766adcec1
commit
9d44c3b971
4 changed files with 68 additions and 12 deletions
|
|
@ -902,7 +902,7 @@ class Editor : public PublicEditor
|
|||
void amplitude_zoom (gdouble scale);
|
||||
void amplitude_zoom_step (bool in);
|
||||
|
||||
void insert_region_list_drag (ARDOUR::AudioRegion&);
|
||||
void insert_region_list_drag (ARDOUR::AudioRegion&, int x, int y);
|
||||
void insert_region_list_selection (float times);
|
||||
|
||||
void insert_sndfile (bool as_tracks);
|
||||
|
|
@ -1547,6 +1547,20 @@ class Editor : public PublicEditor
|
|||
guint time);
|
||||
|
||||
|
||||
void drop_paths (const Glib::RefPtr<Gdk::DragContext>& context,
|
||||
gint x,
|
||||
gint y,
|
||||
const Gtk::SelectionData& data,
|
||||
guint info,
|
||||
guint time);
|
||||
|
||||
void drop_regions (const Glib::RefPtr<Gdk::DragContext>& context,
|
||||
gint x,
|
||||
gint y,
|
||||
const Gtk::SelectionData& data,
|
||||
guint info,
|
||||
guint time);
|
||||
|
||||
/* audio export */
|
||||
|
||||
ExportDialog *export_dialog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue