mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
MCP: share add-marker code with BasicUI; don't allow route locking if the strip has no current route
git-svn-id: svn://localhost/ardour2/branches/3.0@11916 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b2cd8b004c
commit
5ae258e23b
4 changed files with 22 additions and 16 deletions
|
|
@ -42,7 +42,7 @@ class BasicUI {
|
|||
BasicUI (ARDOUR::Session&);
|
||||
virtual ~BasicUI ();
|
||||
|
||||
void add_marker ();
|
||||
void add_marker (const std::string& = std::string());
|
||||
|
||||
void register_thread (std::string name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue