PyoungRyang Ko

Results 98 issues of 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...

os: Windows
comp: class library

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?

enhancement
comp: sclang

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...

comp: help

## 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...

enhancement
comp: help

## 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 ###...

bug
os: Windows
waiting for information

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....

comp: SCDoc

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...

comp: project docs

## 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...

enhancement

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...

comp: help
squash on merge

## 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...

bug
comp: SCDoc