Untitled
public text v1 · immutable--Keybinds
renoise.tool():add_keybinding {
name = "Global:Transport:2nd Panic",
invoke = function() panic()
end
}
function panic()
renoise.song().transport:panic()
end
--Keybinds
renoise.tool():add_keybinding {
name = "Global:Transport:2nd Panic",
invoke = function() panic()
end
}
function panic()
renoise.song().transport:panic()
end