python-supercollider icon indicating copy to clipboard operation
python-supercollider copied to clipboard

Python client for the SuperCollider audio synthesis server

Results 4 python-supercollider issues
Sort by recently updated
recently updated
newest added

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.

bug

Rewrite Server OSC handler code to handle different response signatures automatically.

enhancement