midi-* noteskin changes from midiman

This commit is contained in:
AJ Kelly
2010-08-28 15:55:42 -05:00
parent af83f96caf
commit 29742055c0
23 changed files with 22 additions and 255 deletions
+9 -4
View File
@@ -17,12 +17,17 @@ ret.Redir = function(sButton, sElement)
-- sButton, sElement = OldRedir(sButton, sElement);
-- Instead of separate hold heads, use the tap note graphics.
if sElement == "Hold Head Inactive" or
sElement == "Hold Head Active" or
sElement == "Roll Head Inactive" or
if sElement == "Hold Head Active" or
sElement == "Roll Head Active"
then
sElement = "Tap Note";
sElement = "StreamHead Active";
end
-- Test
if sElement == "Hold Head Inactive" or
sElement == "Roll Head Inactive" or
then
sElement = "StreamHead Inactive";
end
sButton = ret.RedirTable[sButton];