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 162dea5 commit 11a0c4dCopy full SHA for 11a0c4d
01-BoringMixer/BoringMixer.cpp
@@ -10,6 +10,7 @@ static void BoringMixer_Ctor(BoringMixer* unit);
10
11
void BoringMixer_Ctor(BoringMixer* unit) {
12
SETCALC(BoringMixer_next);
13
+ BoringMixer_next(unit, 1);
14
}
15
16
void BoringMixer_next(BoringMixer* unit, int inNumSamples) {
0 commit comments