Dennis Scheiba

Results 124 issues of Dennis Scheiba

## Purpose and Motivation Installing clang-format is a rather tedious work, especially if there are no binaries for the specific version on the OS. This PR allows to run the...

comp: CI/CD

## Purpose and Motivation Implements #5753 Before writing docs and tests I want to make sure that this implementation is fine. I switched form upgrade->update and remove->uninstall terminology in order...

comp: class library

## Purpose and Motivation Fixes #5545 ## Types of changes - Documentation - New feature - Breaking change ## To-do list - [ ] Code is tested - [ ]...

## Purpose and Motivation Fixes #5477 ## Types of changes - Documentation - New feature ## To-do list - [x] Code is tested - [x] All tests are passing -...

## Motivation sclang is a language where much happens implicit or in the background. This combined with the server/client dualism, a hard to read stacktrace on errors, the "fail and...

enhancement

It would be nice if the LFO in noise mode would respect the given frequency like already the s&h wave does (see https://github.com/ossia/score/commit/3a3eb72820e9a548cc9806c513fd0bce96252d67) I think [LFDNoise0](https://doc.sccode.org/Classes/LFDNoise0.html), [LFDNoise1](https://doc.sccode.org/Classes/LFDNoise1.html) and [LFDNoise3](https://doc.sccode.org/Classes/LFDNoise3.html) from...

## Purpose and Motivation Currently there is no official (?) supercollider documentation online, but one often gets on websites such as * https://doc.sccode.org/Classes/Tdef.html (seems semi-official (?) but how it is...

## Motivation *Forked* from https://github.com/supercollider/supercollider/issues/5604 which discusses adding more included samples to SC. ```supercollider b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01-44_1.aiff"); ``` is often used for examples or in teaching environments...

enhancement
comp: class library

## Motivation I think it would be good to have 2-3 other sound samples than the infamous `a11wlk01.wav` or not so infamous `a11wlk01-44_1.aiff` which are lofi spoken word recordings. I...

enhancement

Fixes the error ``` WARNING: Extension in '/Users/xxx/Library/Application Support/SuperCollider/downloaded-quarks/ChordSymbol/classes/ChordSymbol.sc' overwrites Symbol:isRest in main class library. ``` during startup