mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Allow markers to be glued to bar/beat time. Fixes #1815.
git-svn-id: svn://localhost/ardour2/branches/3.0@7573 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
aa9fd33349
commit
5b520324ce
18 changed files with 218 additions and 90 deletions
|
|
@ -95,7 +95,7 @@ void
|
|||
BasicUI::add_marker ()
|
||||
{
|
||||
nframes_t when = session->audible_frame();
|
||||
session->locations()->add (new Location (when, when, _("unnamed"), Location::IsMark));
|
||||
session->locations()->add (new Location (*session, when, when, _("unnamed"), Location::IsMark));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue