From 7a2ea21af90ed0573a0f8bdb2859420621bc35d0 Mon Sep 17 00:00:00 2001 From: Geraint Date: Sat, 12 Jul 2025 16:01:40 +0100 Subject: [PATCH] Fix detuning unit for Chorus --- chorus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chorus.h b/chorus.h index 033b541..8c23eb5 100644 --- a/chorus.h +++ b/chorus.h @@ -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", "")