mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use correct Region API for adjusting the start position in the cue editor
This commit is contained in:
parent
2eece78718
commit
73847a9b42
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ MidiCueEditor::canvas_cue_end_event (GdkEvent* event, ArdourCanvas::Item* item)
|
||||||
void
|
void
|
||||||
MidiCueEditor::set_trigger_start (Temporal::timepos_t const & p)
|
MidiCueEditor::set_trigger_start (Temporal::timepos_t const & p)
|
||||||
{
|
{
|
||||||
ref.trigger()->the_region()->set_start (p);
|
ref.trigger()->the_region()->trim_front (p);
|
||||||
}
|
}
|
||||||
|
|
||||||
Gtk::Widget&
|
Gtk::Widget&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue