mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Arrrgh Ardour starts counting at 1 :(
This commit is contained in:
parent
d988a4b978
commit
39653830dc
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ function factory () return function ()
|
|||
local pos = Evoral.Beats (bs)
|
||||
local len = Evoral.Beats (be - bs)
|
||||
|
||||
local note = ARDOUR.LuaAPI.new_noteptr (1, pos, len, fn, 0x7f)
|
||||
local note = ARDOUR.LuaAPI.new_noteptr (1, pos, len, fn + 1, 0x7f)
|
||||
midi_command:add (note)
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue