From 6b27ef6d0b7c9414f4ee5fb4a512e8b6324a6ecf Mon Sep 17 00:00:00 2001 From: Dejvino Date: Wed, 4 Mar 2026 23:35:24 +0100 Subject: [PATCH] Mutation has a lower chance with low intensity --- UIThread.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UIThread.cpp b/UIThread.cpp index e576314..c0eb3b2 100644 --- a/UIThread.cpp +++ b/UIThread.cpp @@ -242,7 +242,11 @@ void generateTheme(int themeType) { } void mutateSequence(Step (*target)[NUM_STEPS]) { - for(int i=0; imutate(target, i, numSteps[i], scaleNotes, numScaleNotes, trackIntensity[i]); + for(int i=0; imutate(target, i, numSteps[i], scaleNotes, numScaleNotes, trackIntensity[i]); + } + } } static void handleInput() {