mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
allow dragging in MIDI automation line in cue editor
Note: once this is cleaned up and checked with respect to snap and more, the same should be done for MidiRegionView
This commit is contained in:
parent
4b8c51574d
commit
b8fb779fa7
10 changed files with 87 additions and 66 deletions
|
|
@ -29,7 +29,7 @@ MidiCueAutomationLine::MidiCueAutomationLine (const std::string&
|
|||
ArdourCanvas::Rectangle* drag_base,
|
||||
std::shared_ptr<ARDOUR::AutomationList> al,
|
||||
const ARDOUR::ParameterDescriptor& desc)
|
||||
: AutomationLine (name, ec, parent, drag_base, al, desc)
|
||||
: AutomationLine (name, ec, parent, drag_base, al, desc)
|
||||
{
|
||||
_drag_base->set_data ("line", this);
|
||||
_drag_base->Event.connect (sigc::mem_fun (*this, &MidiCueAutomationLine::base_event_handler));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue