commit f00333d7d8eaf3a3e88d12995b999b521738e4c4 parent 5ae3b9e951246b7e99c89721d27b2367d664cdd2 Author: lol-catz <lolcatz21@protonmail.com> Date: Wed, 29 Sep 2021 22:57:59 -0500 fix Added missing "Osc FM Mode" labels Diffstat:
M | source/jucePlugin/VirusController.cpp | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/source/jucePlugin/VirusController.cpp b/source/jucePlugin/VirusController.cpp @@ -1020,6 +1020,13 @@ namespace Virus case 3: return "Noise"; case 4: return "In L"; case 5: return "In L+R"; + case 6: return "In R"; + case 7: return "Aux1 L"; + case 8: return "Aux1 L+R"; + case 9: return "Aux1 R"; + case 10: return "Aux2 L"; + case 11: return "Aux2 L+R"; + case 12: return "Aux2 R"; default: return juce::String(idx); } }