PyoungRyang Ko

Results 366 comments of PyoungRyang Ko

Ah... The same code works with `SuperCollider 3.15.0-dev [3a90a79]`: ``` Installing crucial-library Adding path: C:\Users\prko\AppData\Local\SuperCollider\downloaded-quarks\crucial-library crucial-library installed ... the class library may have to be recompiled. -> https://github.com/crucialfelix/crucial-library ``` But...

I also modified the explanation of `.send` and `.load` in https://github.com/supercollider/supercollider/pull/7117/commits/7596c43735315be5baf303e5e82b1042e923139e (However, I did not change `.SynthDef...... load` examples )

If @telephon is busy, could others in the documentation team please check this? @tedmoore, @HotwheelsSisyphus

This is one of my wishes... Currently, I copy all the messages from the post window and paste them into the code editor of SC-IDE or VSCode.

Currently, sclang returns the channel numbers of audio devices only on Windows: https://github.com/supercollider/supercollider/pull/7018#issue-3186657408 It might make sense to consider the proposed functionality together with PR #7018. Unfortunately, this is beyond...

No — I cannot use my students’ machines for an extended period. Unfortunately, I do not encounter these problems on my own machines. I know it is not a good...

I believe it is always helpful to know the error code with the thing done by the user just before the error. This lets developers reproduce the error. Of course,...

After testing all the code snippets in the documentation on macOS, Windows 11 and Ubuntu, I updated the documentation. I am also attaching the rendered PDF: [Evaluating and Executing .scd...

Oh... The default CSS does not print the document correctly. The following uses my custom CSS file: [Evaluating and Executing .scd Files (SC-IDE & CLI) _ SuperCollider 3.15.0-dev Help.pdf](https://github.com/user-attachments/files/23915534/Evaluating.and.Executing.scd.Files.SC-IDE.CLI._.SuperCollider.3.15.0-dev.Help.pdf) @tedmoore...