Ben Rogmans
Ben Rogmans
Have you given execution permissions to scapp? `sudo chmod +x ./sciter-js-sdk-main/bin/macosx/scapp`
@asabatba I had the same issue. Making `packfolder` executable fixes it: `sudo chmod +x bin/linux/packfolder`
You can use an array to pass multiple channels! Check the example here: https://github.com/ccrma/chuck/blob/main/examples/stereo/array.ck
Right. I would really like that functionality built in as well and I'm looking forward for any feedback on your work on this! In the mean time, here is how...
Also, when monitoring the chuck process with `top`, I can see that the memory usage keeps on growing. I did see the issue report of #49 but in my case...
While creating a simplified version, I found that it is actually around 1007 times (before I was using 8 different samples). Ubuntu 20.10: ``` $ chuck --version chuck version: 1.4.0.1...
Hi George, since reporting this issue, have you tried increasing the bufsize or the verbosity level when running ChucK from the command line? Have you tried Jack yet?
+1 Would it make sense to prefix this collection of chugins to avoid any collisions in the future?
I ended up building from source - my problems are solved
Awesome idea @aschrijver