Glen Fraser
Glen Fraser
I don't understand your incomplete example; it doesn't seem related to the description of the problem you give earlier. What does "registervar.chai" contain? Do you mean that the C++ vector...
Incidentally, when I run `make test` or just `ctest` locally, if there is actually an error it still shows the tests as passing. However if you actually run `./compiled_tests` you'll...
This would be great because the `println` function (which is used for `print()` in ChaiScript) does not flush the console (i.e. it does not do the C++ iostream equivalent of...
Sorry, my above comment is not correct. My confusion results from the fact that in [Cinder ](https://libcinder.org/)(on Windows), an application's "console" output is written using `OutputDebugString()` (rather than to stdout,...
Agreed, this would be nice... I don't think function overloading is supported in JavaScript, but maybe something could be done with a "dispatching" dukglue-bound constructor method that takes variable args...
Thanks @thibaudk, I wasn't aware of this UGen. I'll take a look!
My change depends on @telephon's change. I'm happy to make a PR, but it would depend on this one.
Okay, so I decided to include the small change here from @telephon in the PR I just submitted, since it is also required.
This is odd because most C++ library functions I've used on Windows work fine with forward or backward slash as path separators. However, just looking at the code quickly, this...
I noticed the sound file playback feature, nice! If it's "simple" it would be nice to have a variation that instead took the sound from the mic input (after giving...