gianlucaelia
gianlucaelia
Escape .scd path to prevent errors when path includes spaces. It affects only *stretch2PlusChannels as it's the only method I found that calls .runInTerminal. I tested it only on Linux,...
## Purpose and Motivation Currently ScopeView's lissajou style limits itself to the first two channels being monitored. It is however useful to be able to plot lissajou curves for more...
Some jsdoc snippets have double curly brackets, but the dollar sign is in the wrong place.
Fixes `headphoneSelect`: we are currently writing 1 to select DAC and 0 to select LINEIN. However, SGTL5000 datasheet (page 39) says the opposite: Select the headphone input. 0x0 = DAC...
- Title: Catch RTAlloc exceptions to prevent leaky behavior - Date proposed: 2021-12-10 - RFC PR: https://github.com/supercollider/rfcs/pull/18 # Summary UGens don't catch RTAlloc exceptions (e.g. alloc failed), leading to interruption...
https://github.com/elgiano/rfcs/blob/helpbrowser/rfcs/0009-helpbrowser-code-evaluation.md
to remove duplicate code scattered over many classes, prProcessSelect becomes FluidProcessSelect, and buffer validation for BufProcessors is now a method inherited from FluidBufProcessor. FluidProcessSelect usage: ```sclang // FluidSpectralShape const
From the Oslo workshop some months ago, I remember that buffer slices were not copied correctly across threads: instead of copying only the portion from startSample to startSample + numSamples,...
I know this is a breaking interface change, but since it's impossible to have a buffer on one server and run the analysis on another, I think the server argument...
## Purpose and Motivation When plotting with plotModes `steps`, `bars` and `levels`, the last value becomes invisible, because its left edge is collapsed with the right margin of the plot....