From b804f9c827b72d2de90713ea9029359e48c21c00 Mon Sep 17 00:00:00 2001 From: Jonatan Liljedahl Date: Sun, 22 Jan 2012 01:24:24 +0100 Subject: [PATCH] remove gremlin (cherry picked from commit 019fadb32b2d3203b4c48f258e4de815461fecd8) --- SCClassLibrary/Common/Control/ResponseDefs.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SCClassLibrary/Common/Control/ResponseDefs.sc b/SCClassLibrary/Common/Control/ResponseDefs.sc index 6e1443712..d303a4882 100644 --- a/SCClassLibrary/Common/Control/ResponseDefs.sc +++ b/SCClassLibrary/Common/Control/ResponseDefs.sc @@ -368,7 +368,7 @@ OSCArgsMatcher : AbstractMessageMatcher { init {|argArgTemplate, argFunc| argTemplate = argArgTemplate.asArray; func = argFunc; } - value {|testMsg, time, addr, recvPort|Ê + value {|testMsg, time, addr, recvPort| testMsg[1..].do({|item, i| if(argTemplate[i].matchItem(item).not, {^this}); }); @@ -662,4 +662,4 @@ MIDIValueMatcher : AbstractMessageMatcher { value {|...testMsg| if(argTemplate.matchItem(testMsg.first), {func.value(*testMsg)}); } -} \ No newline at end of file +} -- 2.11.4.GIT