updated Temporal::Beats ... scripts edition

This commit is contained in:
Paul Davis 2020-07-13 18:03:25 -06:00
parent 0a469527f1
commit f245992186
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,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.DoubleBeatsSamplesConverter (Session:tempo_map (), r:start ())
local bfc = ARDOUR.BeatsSamplesConverter (Session:tempo_map (), r:start ())
-- iterate over CC-events
for av in ec:list ():events ():iter () do