midi-note changes from two days ago [by Midiman of course]

This commit is contained in:
AJ Kelly
2010-06-09 14:16:54 -05:00
parent 24e74b6481
commit ee850a3254
30 changed files with 32 additions and 2 deletions
-2
View File
@@ -31,7 +31,6 @@ ret.Redir = function(sButton, sElement)
end
-- To have separate graphics for each hold part:
--[[
local OldRedir = ret.Redir;
ret.Redir = function(sButton, sElement)
-- Redirect non-hold, non-roll parts.
@@ -40,7 +39,6 @@ ret.Redir = function(sButton, sElement)
end
return OldRedir(sButton, sElement);
end
]]
local OldFunc = ret.Load;
function ret.Load()