python-supercollider
python-supercollider copied to clipboard
Python client for the SuperCollider audio synthesis server
Callbacks should be registered based on the address (`/n_set`) and the Synth/Buffer ID, so that `get()` callbacks are not overwritten. See conversation here: https://github.com/ideoforms/python-supercollider/pull/12#issuecomment-1888901860
Right now, freeing a Bus object doesn't make its index available again. Needs fixing to prevent running out of bus space.
Rewrite Server OSC handler code to handle different response signatures automatically.