Mike McCrea

Results 40 issues of Mike McCrea

As observed by @timblechmann, ATK-FOA could get a speed boost by porting to SC to take advantage of optimizations in the dsp graph, where there are sse/avx vectorizations, and multiplications...

question
FOA

`LFPar` explodes when `freq > nyquist*2`. ## Environment * SuperCollider version: `3.13.0-dev` * Operating system: Mac ## Steps to reproduce ```supercollider ( // control rate nyquist var nyq = s.sampleRate...

bug

Throughout `.sc` source files, prefer a brief statement of attribution to ATK community, then refer to a single license/copyright statement file.

## Purpose and Motivation These changes stemmed from a bug in which a plotting a function with a short duration could fail if it used `SynthDef.wrap`. This is because the...

## Update The issue subsequently was clarified, [see below](https://github.com/supercollider/supercollider/issues/6215#issuecomment-1972841566). In short, a side affect of calling `-query` is that Buffer's lang-side instance variables are updated, which was [not the intention](https://github.com/supercollider/supercollider/blob/db7eed2a17c361503dbc7f70a557874b6001e3cd/HelpSource/Classes/Buffer.schelp#L838)...

bug
comp: class library

## Purpose and Motivation This fixes the initialization of `Delay1` and `Delay2`, as well as adds a new feature: the predelay sample value(s) can be specified as args. Fixes #4229,...

comp: server plugins

## Purpose and Motivation This PR adds a number of new modes for plotting: - `dots` is like `points` but with filled circles. (not crazy about the name, open to...

enhancement
comp: class library

## Purpose and Motivation A majority of UGens do not initialize with a correct initialization sample, and subsequently output an incorrect first sample. This addressed that issue for `Decay` and...

## Purpose and Motivation This fixes the initialization of `EnvGen` as well as improves (but doesn't fully fix) a segment duration bug, #6180. Additionally: - unit tests added to check...

comp: scsynth

## Purpose and Motivation A majority of UGens do not initialize with a correct initialization sample, and subsequently output an incorrect first sample. This PR is part of an ongoing...

comp: server plugins