Files
Vox/audio_effects.py
Spencer Grimes 40843e4ac9 fix: convert string values to proper types in count_active_effects
JSON stores effect values as strings, but count_active_effects was
tryting to compare them directly with integers/floats.

Now properly converts:
- pitch, echo, robot, chorus -> int
- speed, tremolo_depth -> float

Before comparison to avoid TypeError: '>' not supported between
instances of 'str' and 'int'
2026-01-31 17:28:47 -06:00

13 KiB