commit b1fa3502aa68f1b7c07f613e988f9a84bb18c71c
parent aa10e124959e38dbb82a02cc36e536b7b0f8ee53
Author: Adam M <[email protected]>
Date: Wed, 20 Oct 2021 18:11:59 -0500
father and son randomization
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/ComputerscarePatchSequencer.cpp b/src/ComputerscarePatchSequencer.cpp
@@ -74,6 +74,8 @@ struct ComputerscarePatchSequencer : Module {
for (int i = 0; i < numOutputs; i++) {
channelCount[i] = 0;
}
+ getParamQuantity(STEPS_PARAM)->randomizeEnabled = false;
+
}
void process(const ProcessArgs &args) override;