redFrik
redFrik
## Environment * SuperCollider version: 3.12.2 * Operating system: macOS (10.14.6) and also confirmed under Linux ## Steps to reproduce ```supercollider //run and then click outside of the window (...
here is a stripped down example that makes nannou 0.15 panic. in 0.14.1 it works ok. i have noticed the same issue with geom::path::Builder::new() and line_to. ``` use nannou::prelude::*; fn...
a minor issue... in DirtOrbit the global effect dirt_rms is loaded and set as .alwaysRun_(true). but initially it won't run because of a missing default for the rmsReplyRate argument. the...
summing the sound channels (after rectification) makes sure that there's only a single DetectSilence and that no channel can pause the node prematurely. this is a fix for a subtle...
example with mobiles and multi-touch + processing
just logging this question here. should gui2's onClose method clear the nodeMap? Ndef('yyada').nodeMap.clear unsure.
## Purpose and Motivation two minor corrections and one addition. ## Types of changes - Documentation
## Purpose and Motivation removes the outdated iPhone platform target. although i left two places intact... * the SC_AUDIO_API_COREAUDIOIPHONE code defined in SC_CoreAudio.cpp and SC_CoreAudio.h * the feature to exclude...