Sciss
Sciss
In GitLab by @Sciss on Oct 16, 2019, 22:03 marked the task **prefs > audio > advanced > sample rate combo label two narrow (see above)** as completed
In GitLab by @Sciss on Oct 16, 2019, 22:03 marked the task **SRC label not right-aligned** as completed
In GitLab by @Sciss on Oct 6, 2020, 16:35 changed the description
See https://github.com/Sciss/jump3r
You are probably right that once it's bubbled up to the reveal `keyboard` object, it is no longer seen as a direct keyboard event by Firefox, possibly because of some...
Thanks Brian - I just noticed the ticket now, somehow I had skipped the e-mail. So here are the links from @Spacechild1 and others: - [Csound](https://github.com/csound/csound), [link examples](https://github.com/kunstmusik/webaudio-csound-samples-example), [link Web...
I'm happy to work on it, but as said - I'm really no C expert, so I'm not sure how much I can contribute in terms of actual code. For...
@miguel-negrao would you be interested to try to work with me on such a project?
I think there are two steps with memory usage in SC - pre-allocated real-time memory, e.g. `DelayN` UGen, versus dynamically allocated memory, e.g `Buffer` with `BufDelayN`. Most other things are...
So my first naive approach was try to run emscripten and see what happens: ``` $ emcmake cmake -DSC_WII=no -DSC_EL=no -DSUPERNOVA=no -DSC_HIDAPI=no -DNO_LIBSNDFILE=yes -DSC_QT=no -DCMAKE_BUILD_TYPE="Release" -Wno-dev -s USE_PTHREADS=1 --target scsynth...