Handle noteskin lua. Thanks to Jousway.

This commit is contained in:
Jason Felds
2013-07-06 21:51:12 -04:00
parent afd0dac0c1
commit 1532c4e5ab
108 changed files with 1940 additions and 1111 deletions
+5 -1
View File
@@ -119,7 +119,11 @@ local function func()
end
if sElement == "Tap Lift" then
t.InitCommand=cmd(pulse;effectclock,"beat";effectmagnitude,1,0.75,0);
t.InitCommand=function(self)
self:pulse();
self:effectclock("beat");
self:effectmagnitude(1, 0.75, 0);
end;
end
return t