We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4711fb0 commit 1394fa6Copy full SHA for 1394fa6
01a-BoringMixer/BoringMixer.cpp
@@ -21,7 +21,7 @@ void BoringMixer_Ctor(BoringMixer* unit) {
21
// set a calculation function. for now, we only have one calculation function.
22
SETCALC(BoringMixer_next);
23
// calculate one sample of output.
24
- // this allows plugging into other ugens with initial-rate inputs
+ // if you don't do this, downstream ugens might access garbage memory in their Ctor functions.
25
BoringMixer_next(unit, 1);
26
}
27
0 commit comments