commit af4a99581d4fc52aaf2188113bd9874d5efe9d5a parent 7712b44a5d88ed7122a8885fbb8c29434ce71efa Author: lol-catz <lolcatz21@protonmail.com> Date: Wed, 29 Sep 2021 15:01:12 -0500 fix Remove unused "numToKeyfollow" method Diffstat:
M | source/jucePlugin/VirusController.cpp | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/source/jucePlugin/VirusController.cpp b/source/jucePlugin/VirusController.cpp @@ -386,14 +386,6 @@ namespace Virus return "Wave " + juce::String(idx); } - juce::String numToKeyfollow(float panIdx, Parameter::Description) - { - const auto idx = juce::roundToInt(panIdx); - if (idx == 32) - return "Default"; - return juce::String(idx); - } - juce::String numToSatCurv(float idx, Parameter::Description) { const auto ridx = juce::roundToInt(idx);