mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Remove outdated script
This commit is contained in:
parent
0c2176dd71
commit
99d0cc47b7
1 changed files with 0 additions and 14 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue