mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Some more frame -> sample changes (in scripts)
This commit is contained in:
parent
9ddc47204a
commit
79db200bdb
5 changed files with 7 additions and 8 deletions
|
|
@ -95,7 +95,7 @@ function factory () return function ()
|
|||
|
||||
-- MIDI events are timestamped in "bar-beat" units, we need to convert those
|
||||
-- using the tempo-map, relative to the region-start
|
||||
local bfc = ARDOUR.DoubleBeatsFramesConverter (Session:tempo_map (), r:start ())
|
||||
local bfc = ARDOUR.DoubleBeatsSamplesConverter (Session:tempo_map (), r:start ())
|
||||
|
||||
-- iterate over CC-events
|
||||
for av in ec:list ():events ():iter () do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue