Some more frame -> sample changes (in scripts)

This commit is contained in:
Johannes Mueller 2019-06-16 01:30:34 +02:00
parent 9ddc47204a
commit 79db200bdb
5 changed files with 7 additions and 8 deletions

View file

@ -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