mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
mackie: use "markN" for new markers, like the GUI (not "markerN")
This commit is contained in:
parent
7c517f6566
commit
0d72fe65a2
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ MackieControlProtocol::marker_release (Button &)
|
|||
return off;
|
||||
}
|
||||
|
||||
session->locations()->next_available_name (markername,"marker");
|
||||
session->locations()->next_available_name (markername,"mark");
|
||||
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("adding marker called %1\n", markername));
|
||||
add_marker (markername);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue