Change segment LFO defaults

pull/328/head
Anthony Hall 2025-09-11 15:57:16 -07:00
rodzic 2f6968ebef
commit 097507fe90
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -56,7 +56,7 @@ public:
std::vector<osci::EffectParameter*>{
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),

Wyświetl plik

@ -914,4 +914,3 @@
<MODULE id="osci_render_core" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
</MODULES>
</JUCERPROJECT>