1
0

Fix detuning unit for Chorus

This commit is contained in:
Geraint 2025-07-12 16:01:40 +01:00
parent e8103a1013
commit 7a2ea21af9

View File

@ -59,7 +59,7 @@ struct ChorusSTFX : public BaseEffect {
storage.range("detune", detune)
.info("detune", "detuning depth")
.range(1, 8, 50)
.unit(" s.t.", 0);
.unit(" cents", 0);
stfx::units::rangePercent(storage.range("stereo", stereo)
.info("stereo", "")