PyoungRyang Ko
PyoungRyang Ko
## Purpose and Motivation The explanation of .dump is too minimal and abstract. I have summarised what I learned from scsynth.org and the old mailing list. In particular, the following...
Environment ----------- * Your SuperCollider version: 3.10.0beta-2 * Your operating system and version: mamOS High Sierra 10.13.6 Steps to reproduce (for bugs) ----------------------------- 1. Detach Help Browser Docklet. 2. Detach...
## Purpose and Motivation This is a revised PR that addresses the relevant part of PR https://github.com/supercollider/supercollider/pull/6254. Also, it is related to #3843 and #6131. Some opinions have already been...
## Purpose and Motivation This PR is a part of #6230 ## Types of changes - Documentation - New feature ## To-do list - [x] Code is tested - [x]...
This PR allows you to insert various quotation marks, ellipses and brackets using predefined character combinations.   ## Purpose...
This pull request enables you to incorporate HTML tags in order to enhance the appearance of the rendered HTML in both the web browser and SC Help Browser. Additionally, "\n"...
## Environment * SuperCollider version: 3.12 and above * Operating system: macOS, Windows, Linux, online SuperCollider help documents * Other details (Qt version, audio driver, etc.): ## Steps to reproduce...
## Motivation There is currently no built-in way to display coloured text as in the Post window when including the Post window return in Help documents. The only way is...
Dear dkmayer, After installing this Quark, I see the following warning: ``` WARNING: SCDoc: In /Users/prko/Dropbox/prko/__myDocs/Writings/Making Sound using Open Sources/mixed/dev - Bleeding edge/SuperCollider.app/Contents/Resources/HelpSource/Classes/SequenceableCollection.schelp Method -adjustZeroXs has arg named 'zeroXBufs', but...
Hi, I recently updated all my installed Quarks by evaluating the following code:``` Quarks.all.do{ |quark| quark.update() } ``` After doing this, the following warning appears when recompiling the sc class...