Luis Lloret
Luis Lloret
## Purpose and Motivation For a discussion of why we should have a PulseAudio backend for SuperCollider on Linux, see https://github.com/supercollider/rfcs/pull/11. I would like to keep the discussion on the...
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...
Inspired in readline's rl_bind_key functionality. So that in the application we can do something like: ``` linenoiseBindkeyAdd(ctrlChar('T'), &f1); linenoiseBindkeyAdd(ctrlChar('X'), &f2); ``` And call those functions when the keys are detected...