Mike McCrea
Mike McCrea
As noted in #8, `set_calc_function` also calls `(mCalcFunc)(this, 1);`. Whether or not this is the right approach (I'm thinking probably not for the reasons in #8, as well as other...
- Title: Fix UGen Initializations - Date proposed: 2022-05-25 - RFC PR: https://github.com/supercollider/rfcs/pull/19 # Summary A majority of UGens do not initialize with a correct _initialization_ sample, and subsequently output...
## Purpose and Motivation In response to some [discussion on the PR process](https://scsynth.org/t/reviewing-prs/9372/13), I'm proposing some notes be added to the PR template: - Add note about including a description...
I am adding a number of methods to `SimpleNumber` and `SequenceableCollection` which expose Boost special functions (#3672). For clarity, alignment with the documentation in Boost, and to cordon off these...
## Purpose and Motivation This is a trivial documentation style change to illustrate the PR process for a tutorial. So I might as well submit it :) ## Types of...
## Purpose and Motivation In many unit tests, wait times are ad hoc, which accumulates quite a bit of time when lots of tests are run. This also points to...
There are some quirks with the Help browser menu regarding its collapse behavior. There is a position when shrinking the browser you can get it into a state where "indexes"...
## Environment * SuperCollider version: 3.14-dev * Operating system: MacOS Sonoma 14.5 ## Steps to reproduce In the current dev version of SC, select the Themes dropdown menu... ## Expected...
From @elifieldsteel's recent PR (#5) > It may be helpful if specific information about files in the "b-format" folder were included in the README file (specifically to do with Ambisonic...
## Purpose and Motivation This update does some minor fixes and updates to the CoreUGen tests, which came up in the course of other work. - the tolerance of the...