Skip to content

Commit

Permalink
Strip gremlin characters from JITLib wrapForNodeProxy.sc
Browse files Browse the repository at this point in the history
  • Loading branch information
danstowell committed Jul 15, 2012
1 parent 782c54b commit d0842ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCClassLibrary/JITLib/ProxySpace/wrapForNodeProxy.sc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

prepareForProxySynthDef { arg proxy;
proxy.initBus(\control, 1);
^{ÊDC.multiNewList([proxy.rate] ++ this) };
^{DC.multiNewList([proxy.rate] ++ this) };
}
}

Expand All @@ -82,7 +82,7 @@
+RawArray {
prepareForProxySynthDef { arg proxy;
proxy.initBus(\control, this.size);
^{ÊDC.multiNewList([proxy.rate] ++ this) };
^{DC.multiNewList([proxy.rate] ++ this) };
}
}

Expand Down

0 comments on commit d0842ac

Please sign in to comment.