prko

Results 58 issues of prko

## Purpose and Motivation The explanations on equality, identity and dumping are too short. If I remember correctly, there were some questions about this, including some of mine: https://scsynth.org/t/understanding-the-result-of-dump-low-level-data-for-float-hexadecimal-for-string-gc-fmt-flg-and-set/8553/3 I...

## Purpose and Motivation I recently compared the help document home pages (or index pages) of SC, Max, pd and Csound, and I found SC's documentation to be the most...

comp: help

## Purpose and Motivation Reading long code examples in help documents is not as straightforward as in SC-IDE's code editor because there are no line numbers on the left side...

enhancement
comp: SCDoc

## Environment * SuperCollider version: 3.14.0_dev * Operating system: macOS 13.6.2, Windows 11, Ubuntu 22.04 ## Steps to reproduce 1. launch SC 2. look at the top left of Help...

bug

## Environment * SuperCollider version: 3.12.x and above * Operating system: all ## Steps to reproduce Evaluate the code in the first post in the following forum thread: https://scsynth.org/t/initial-trigger-with-pulsedivider/8847?u=prko ##...

bug

## Purpose and Motivation `update thisProcess.nowExecutingPath` in `Process.schelp` seems to be outdated and the explanation is too short. Based on https://scsynth.org/t/serverboot-add-and-thisprocess-nowexecutingpath/8662?u=prko, I updated the corresponding part. Thanks to @jamshark70, @cdbzb...

## Purpose and Motivation To display one or more cycles of a waveform statically in a window or view. Some examples: - In the following code, I want to display...

comp: class library
comp: help

## Purpose and Motivation I made the following PR because the SC help document does not explain that `.waitForBoot` and `.doWhenBooted` use `AppClock`: https://github.com/supercollider/supercollider/pull/6193 While discussing it in the following...

## Purpose and Motivation corrected wrong indentation in `Pitch.schelp,` and added a parenthesis pair in code:: .... :: for convenient code evaluation. ## Types of changes - Documentation ## To-do...

## Environment * SuperCollider version: 3.14.0_dev ## Steps to reproduce 1. Remove all help document html files in `Platform.userAppSupportDir` 2. Launch SuperCollider 3. Type `Window` 4. Press Cmd/ctrl + d...

bug