mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix Lua script to use new API from 0a01acc86a
This commit is contained in:
parent
cd3c65fbda
commit
f2ceaecc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ function factory ()
|
|||
return
|
||||
end
|
||||
|
||||
local mloc = loc:first_mark_at(mpos, Temporal.timecnt_t(0))
|
||||
local mloc = loc:mark_at(mpos, Temporal.timecnt_t(0), 0)
|
||||
if not mloc then
|
||||
-- no marker found at that location
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue