Christophe Lengelé
Christophe Lengelé
Following a question on [scsynth](https://scsynth.org/t/start-superdirt-on-a-server-other-than-default-s/5678), it is not possible to start SuperDirt on a server other than s with the following code, since effect synths are not loaded. ` (...
Hello, Just a question : Is there a plan to implement the topographic sequencer Grids in SuperCollider, either as a Ugen or pattern ? I think it could be great!
By changing spatialization to VBAP: r.setSpatializationTechnique(\vbap) I've got a server crash: RESULT = 0
By trying to change spatialization to ambisonics: r.setSpatializationTechnique(\ambisonics); The signal is sent to different outputs but does not take into account the configuration set for Ambdec. No Ambdec instance seems...
It is currently possible to [change the tab before evaluation via OSC](https://github.com/tidalcycles/pulsar-tidalcycles/pull/169/commits/851149890e21fb491e4da04d9e03ca12c7374c66). However, currently, the change of the line is done before the change of the tab. To be able...
Concerning the evaluation of code lines via OSC, it is currently possible to select the tab and obviously the line. However, currently, it does not integrate the selection of different...
Hello, Just trying your wonderful port, that I try to explore and better understand. But, I've got an issue with your example with the GUI below, and I get the...
## Environment * SuperCollider version: SC 3.14.0 Dev (latest build) * Operating system: MacOS 15.2 Sequoia ## Steps to reproduce The class `WindowHandleView` is broken in dev. version. See the...
Possible feature request: To me it would be great to have the option to use several tabs in the browser, with each using different tracks (d1, d2...). In that case,...
Hello, In the documentation provided in the helpfile, I can launch SuperDirt and SuperDirtMixer thanks to the following code: `(s.waitForBoot { ~dirt = SuperDirt(2, s); ~dirt.start(57120, 0 ! 14); ~mixer...