From 097507fe9086eba26c9183937c55c400c465642f Mon Sep 17 00:00:00 2001 From: Anthony Hall Date: Thu, 11 Sep 2025 15:57:16 -0700 Subject: [PATCH] Change segment LFO defaults --- Source/audio/KaleidoscopeEffect.h | 2 +- osci-render.jucer | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/audio/KaleidoscopeEffect.h b/Source/audio/KaleidoscopeEffect.h index 69c121dc..8fd7631c 100644 --- a/Source/audio/KaleidoscopeEffect.h +++ b/Source/audio/KaleidoscopeEffect.h @@ -56,7 +56,7 @@ public: std::vector{ new osci::EffectParameter("Kaeidoscope Segments", "Controls how many times the input shape is rotationally duplicated around the centre.", - "kaleidoscopeSegments", VERSION_HINT, 6.0, 2.0, 10.0), + "kaleidoscopeSegments", VERSION_HINT, 6.0, 2.002, 6.0, 0.0001, osci::LfoType::Sine, 0.25), new osci::EffectParameter("Mirror", "Mirrors every other segment like a real kaleidoscope. Best used in combination with an even number of segments.", "kaleidoscopeMirror", VERSION_HINT, 1.0, 0.0, 1.0), diff --git a/osci-render.jucer b/osci-render.jucer index 73e1317c..99db5fc7 100644 --- a/osci-render.jucer +++ b/osci-render.jucer @@ -914,4 +914,3 @@ -