Remove outdated script
This commit is contained in:
parent
0c2176dd71
commit
99d0cc47b7
@ -1,14 +0,0 @@
|
||||
ardour { ["type"] = "Snippet", name = "Tempo Map Dump" }
|
||||
|
||||
function factory () return function ()
|
||||
|
||||
local tm = Session:tempo_map ()
|
||||
local ts = tm:tempo_section_at_sample (0)
|
||||
|
||||
while true do
|
||||
print ("TS @", ts:sample(), " | ", ts:to_tempo():note_types_per_minute (), "..", ts:to_tempo():end_note_types_per_minute (), "bpm")
|
||||
ts = tm:next_tempo_section (ts)
|
||||
if not ts then break end
|
||||
end
|
||||
|
||||
end end
|
Loading…
Reference in New Issue
Block a user