byulparan / cl-collider

A SuperCollider client for CommonLisp
Other
224 stars 24 forks source link

Set device from repl #128

Closed jgarte closed 11 months ago

jgarte commented 1 year ago

Is there a known way to set the following from the sly/slime REPL?

Server.default.options.device = "my_synth";

Taken from:

https://doc.sccode.org/Reference/AudioDeviceSelection.html

defaultxr commented 1 year ago

Maybe (setf (sc::server-options-device (sc:server-options *s*)) "my_synth") ?