Mike McCrea

Results 40 issues of Mike McCrea

## Purpose and Motivation This adds full support for grid labels and axis labels for `Plotter`. ## Types of changes ### Changes - build label margins for each axis independently...

## Purpose and Motivation Previously, `TWindex` would _always_ output index `0` if no trigger was received on the first sample, regardless of the probability assigned to that index by the...

Purpose and Motivation ---------------------- This PR addresses a number of longstanding issues with `Impulse` that I've aggregated from issues, comments, etc. which are highlighted below. The primary goal was to...

comp: server plugins
API change

## Purpose and Motivation Revealed in fa67b746fa6cf9cd29eb42d4fba3f63133e3bf8d, `Plotter` never really handled default colors correctly. When accessing `QtGUI.palettle` colors, it would return unset colors, which would "gracefully" fail by defaulting to...

comp: class library

## Purpose and Motivation Part fo the [initialization sample fix project](https://github.com/supercollider/rfcs/pull/19), specifically in the [OscUGens subset](https://github.com/supercollider/supercollider/pull/5787). ## Types of changes - Bug fix Changes to `Klang`: - correct the initial...

## Purpose and Motivation A majority of UGens do not initialize with a correct initialization sample, and subsequently output an incorrect first sample. A lack of clarity and consistency around...

comp: server plugins
API change

EDIT: I should mention at the outset that this is related to, but not the same issue as #2333 (calculating an initialization sample) and #2343 (what the initialization sample should...

comp: server plugins

When loading a loudspeaker configuration, it appears that there is an upper limit to the channel ID of a non-imaginary speaker (`"Channel"` in the JSON file), beyond which Reaper crashes....

Not a big issue, but I noticed that FOA analysis Ugens related to the _reactive_ intensity include the `method` argument. As the docs helpfully point out, _reactive_ metrics aren't supported...

The issue of interpolating across the 0/2pi and -pi/+pi boundaries is a recurring issue, currently "handled" by the fact that FOA transforms run at audio rate only. The current implementation...

enhancement
question
FOA