moss heim
moss heim
Hello! I'm a maintainer on the [SuperCollider](https://github.com/supercollider/supercollider) project, which has used libsndfile for a long time. Recently we've been doing some work to make sure that the application correctly handles...
NovaDiskIO doesn't currently compile because the version of boost it uses is out of date. What should be done about it? I think it's possible to update the boost headers...
nova-tt is not needed by any plugin, but we have logic that checks for its existence in CMakeLists.txt. we should remove this from the repo. See #229 for relevant prior...
Hey all, I suggest we start using priority labels and milestones to organize issues and PRs. I've heard multiple people involved with the project express a desire for more and...
## Motivation Prior discussion on mailing list here: https://www.listarc.bham.ac.uk/lists/sc-dev/msg00227.html > I know main devs were not particularly keen on spending time on an > scsynth wasm target when I asked...
## Motivation related to #5129 , automating cherry-picking would save maintainers time, reduce confusion, and simplify the changelog and release processes. ## Description of Proposed Feature i think i've come...
## Motivation [the release process](https://github.com/supercollider/supercollider/wiki/Releasing-cycle-and-process) is very complicated and involves lots of manual actions. automating most or all of it would help a lot. ## Description of Proposed Feature a...
# Problem SuperCollider currently builds with a large number of compiler warnings. [Some of these have been disabled, for better or worse](https://github.com/supercollider/supercollider/blob/master/CMakeLists.txt#L292-L332), but many simple errors and slip-ups remain in...
Motivation ------ For better ABI compatibility, best practice is to have a pure C API in public headers. SC_BelaScope.h currently doesn't do this. @giuliomoro implemented a sample C API here...
This is a ticket for general discussion on Qt 6. Qt 6 will require c++17, which we are tracking on another ticket. ----- Edited by @dyfer to help with keeping...