PyoungRyang Ko
PyoungRyang Ko
closes #5239 --- To understand the actual states of this PR, please read from: https://github.com/supercollider/supercollider/pull/6642#issuecomment-2687065872 --- ## Purpose and Motivation The defaultTempDir on Windows does not seem to be fully...
Hello, I have suddenly come to think that incorporating `else` for `if` could enhance readability. Would it be possible to make it an optional keyword?
close #7268 ## Purpose and Motivation There are recurring questions on the forum regarding how to evaluate or execute .scd documents in SC-IDE and from the command line (terminal, DOS...
## Motivation There are recurring questions on the forum regarding how to evaluate or execute .scd documents in SC-IDE and from the command line (terminal, DOS prompt). For example: [Evaluating...
## Environment * SuperCollider version: 3.15.0-dev * Operating system: Windows * Other details (Qt version, audio driver, etc.): ## Steps to reproduce Launch scide.exe ## Expected vs. actual behavior ###...
fixes: #7210 ## Purpose and Motivation Currently, the code editor in the HelpBrowser does not accept multi‑line strings, which results in syntax errors when using Cmd/Ctrl+Enter, as illustrated in #7210....
At present, the SuperCollider.dmg contains two Examples folders: 1. One located at the root of the dmg. 2. Another within the Resources folder. It seems unnecessary to include both. I...
## Motivation The documentation currently uses a mixture of object instantiation styles, including `.new;`, `();`, `.new(`, and `(`. While all of these are valid, the inconsistency may be confusing—particularly for...
closes #7099 ## Purpose and Motivation For `SynthDef`, `add` is practically better than `send(s)`. So, I changed most of `send(s)` to `add`, but the followings are untouched: ``` 12 results...
## Environment * SuperCollider version: 3.15.0-dev * Operating system: macOS * Other details (Qt version, audio driver, etc.): ## Steps to reproduce 1. Install `DynGen` by following the instructions at...