mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
export range markers patch (revisited), change selection model, copy-drag tempo+meter marker patch
git-svn-id: svn://localhost/trunk/ardour2@349 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
caeb564748
commit
5a39bf595c
40 changed files with 999 additions and 448 deletions
|
|
@ -784,7 +784,8 @@ LocationUI::add_new_range()
|
|||
{
|
||||
if (session) {
|
||||
jack_nframes_t where = session->audible_frame();
|
||||
Location *location = new Location (where, where, "unnamed");
|
||||
Location *location = new Location (where, where, "unnamed",
|
||||
Location::IsRangeMarker);
|
||||
session->begin_reversible_command (_("add range marker"));
|
||||
session->add_undo (session->locations()->get_memento());
|
||||
session->locations()->add (location, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue