Mike McCrea

Results 40 issues of Mike McCrea

## Purpose and Motivation Since `Impulse` was fixed, this construction doesn't work as intended (last line): ```supercollider circle { arg timeFromLastToFirst = 0.0, curve = \lin; var first0Then1; if(UGen.buildSynthDef.isNil) {...

comp: class library
comp: help
has merge note

## 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: scsynth

## Environment * SuperCollider version: 3.14.0-dev * Operating system: macOS ## Steps to reproduce UPDATE: the second channel uses the standard `Env.new`, and still shows the duration problem, so it...

bug

## 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: scsynth

Environment ----------- * Your SuperCollider version: 3.10.0 and develop [0685eb1] * Your operating system and version: MacOS 10.12.6 I've included the bugs for both UGens in this issue because the...

bug
comp: server plugins

Environment ----------- * Your SuperCollider version: 3.10.0 Current Behavior ---------------- `kr` input signals to the `ar` method of `Fold` and `Wrap` cause incorrect values and `NaN`s. Expected Behavior ----------------- You...

bug
comp: server plugins

## Description I may be mistaken, but it looks like the octave band splitting may not be writing the filtered signals out, but rather just copying the input to the...

bug
help wanted

The current encoding and decoding kernels are linear phase, meaning they sound great ;), but as such there is a delay in the signal, which may not be ideal in...

enhancement
question

There are some cases in which it's useful to use a negative angle value in DirectO, which has the effect of increasing the perceptual weight of the first order, "directional"...

enhancement

This is first a question: what type of decoding is used in the ATK-Reaper pantophonic decoder? The[ ATK-sc3 has a flag](http://doc.sccode.org/Classes/FoaDecoderMatrix.html#decoder%20k) to specify among types of decoding: - strict/velocity -...

enhancement
question
documentation