Eric Heep

Results 3 comments of Eric Heep

Hm, for whatever it's worth, your code worked for me. That's with a NanoKontrol2 on Sierra 10.12.3 using miniAudicle 1.3.5.2 and ChucK 1.3.5.2. Maybe the OS matters in this case?...

Hmm, it seems it's this chunk in [util_string.cpp](https://github.com/ccrma/chuck/blob/master/src/util_string.cpp#L270) that is the part of the issue, which only runs if there is a `\` in the command. ``` if( s[i] ==...

From what you're saying, it seems that the only way correct this in a manner that would be acceptable on other platforms would be to change the method in which...