PyoungRyang Ko

Results 366 comments of PyoungRyang Ko

>1. Have you maybe discussed the "information"-quasi-tag (that you use repeatedly) with @tedmoore already? I'm not against adding new tags, but we should probably consider how that would work in...

I slightly revised the documentation (also replaced the information tag with the tip tag): [Evaluating and Executing scd Files (SC-IDE & CLI) _ SuperCollider 3.15.0-dev Help.pdf](https://github.com/user-attachments/files/23973250/Evaluating.and.Executing.scd.Files.SC-IDE.CLI._.SuperCollider.3.15.0-dev.Help.pdf)

@tedmoore Thanks! I have replaced the term method(s) with option(s) or ways, as I believe that method could be confusing for beginners, given its specific use in object‑oriented programming to...

I have two questions: 1. Should `thisProcess.interpreter.executeFile(path)` be included? (my thought: it depends... maybe yes?) 2. Should the following be included? - `ServerBoot.add` - `ServerTree.add` - `ServerQuit.add` (my thought: I...

I tested `thisProcess.interpreter.executeFile(path, arg1, arg2)` and found no clear advantage compared with load. It may be that my understanding does not encompass its intended use. So..., incorporating `thisProcess.interpreter.executeFile(path ... args)`...

@HotwheelsSisyphus >a. "string".load simply forwards to `thisProcess.interpreter.executeFile("string");` and b. `thisProcess.interpreter.executeFile(path...args)` contains a protected call to `thisProcess.interpreter.compileFile(path).valueArray(args)`. I had checked these before posting my previous message. Well… On this basis, I...

No need to apologise. I described it rather obscurely; I should have written it more concretely. > (e.g., info about hardware, number of channels) to some more complicated code? Yes,...

I added an example using thisProcess.interpreter.executeFile. I also reformatted the schelp file. I believe this PR is ready for review.

@HotwheelsSisyphus I have revised the documentation to reflect your suggestions. The code in the `Event hooks (CmdPeriod, ShutDown, ServerBoot, ServerTree, ServerQuit)` section has been tested on macOS, while the other...

Please note that this pull request will require revision after PR #7291 is merged. As I am not a native English speaker, it may be more efficient if the reviewer...