diff --git a/Source/PluginProcessor.h b/Source/PluginProcessor.h index b8106e7..707ad53 100644 --- a/Source/PluginProcessor.h +++ b/Source/PluginProcessor.h @@ -198,9 +198,9 @@ public: IntParameter* voices = new IntParameter("Voices", "voices", VERSION_HINT, 4, 1, 16); - BooleanParameter* animateLineArt = new BooleanParameter("Animate", "animateLineArt", VERSION_HINT, false); + BooleanParameter* animateLineArt = new BooleanParameter("Animate", "animateLineArt", VERSION_HINT, true); BooleanParameter* syncMIDIAnimation = new BooleanParameter("Sync Animation", "syncMIDIAnimation", VERSION_HINT, false); - FloatParameter* animationRate = new FloatParameter("Animation Rate", "animationRate", VERSION_HINT, 8, -256, 256, 0.01); + FloatParameter* animationRate = new FloatParameter("Animation Rate", "animationRate", VERSION_HINT, 30, -256, 256, 0.01); FloatParameter* animationOffset = new FloatParameter("Animation Offset", "animationOffset", VERSION_HINT, 0, -8192, 8192, 0.1); double animationTime = 0.f;