All pastes #2060382 Raw Edit

Untitled

public text v1 · immutable
#2060382 ·published 2011-05-15 14:47 UTC
rendered paste body
--Keybinds
renoise.tool():add_keybinding {
    name = "Global:Transport:2nd Panic",
    invoke = function() panic() 
  end
}

function panic()
  renoise.song().transport:panic()
end