rfcs
rfcs copied to clipboard
Summary: On some Linux systems Jack is either not available or difficult to configure. Users and distribution maintainers should have the option to use a PulseAudio backend instead. This RFC...
- Title: Fix UGen Initializations - Date proposed: 2022-05-25 - RFC PR: https://github.com/supercollider/rfcs/pull/19 # Summary A majority of UGens do not initialize with a correct _initialization_ sample, and subsequently output...
- Title: Refactor server boot logic - Date proposed: 2022-09-12 - RFC PR: https://github.com/supercollider/rfcs/pull/0020 # Summary I propose to replace the current server boot logic with a state-machine approach. At...
- Title: Catch RTAlloc exceptions to prevent leaky behavior - Date proposed: 2021-12-10 - RFC PR: https://github.com/supercollider/rfcs/pull/18 # Summary UGens don't catch RTAlloc exceptions (e.g. alloc failed), leading to interruption...
Here is a new RFC – let me know what you think …
- Title: Add an /n_status Message and equivalent lang methods - Date proposed: 2021-01-12 - RFC PR: https://github.com/supercollider/rfcs/pull/0013 # Summary Add an /n_status message to the OSC command interface, to...
Currently it is not possible to directly access an open TCP socket from sclang. This RFC proposes a way to access the metadata of the socket created when calling `NetAddr.connect`...
https://github.com/elgiano/rfcs/blob/helpbrowser/rfcs/0009-helpbrowser-code-evaluation.md
- Title: Easier variable-length rests in patterns - Date proposed: 2019-11-01 - RFC PR: https://github.com/supercollider/rfcs/pull/0004 # Summary Currently it is easy to embed a rest of a fixed value in...