gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 773a1d7610b19603b1aca3658e84a6d59c1033c7
parent 76925633683ebafcf34d5899fe52f567573f8f24
Author: 790 <790@users.noreply.github.com>
Date:   Wed, 12 Jan 2022 23:55:28 +0000

copypaste fail

Diffstat:
Msource/jucePlugin/VirusController.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePlugin/VirusController.h b/source/jucePlugin/VirusController.h @@ -409,7 +409,7 @@ namespace Virus juce::Value *getParamValue(ParameterType _param); Parameter* getParameter(ParameterType _param); Parameter *getParameter(ParameterType _param, uint8_t _part); - uint8_t Controller::getVirusModel(); + uint8_t getVirusModel(); // bank - 0-1 (AB) juce::StringArray getSinglePresetNames(virusLib::BankNumber bank) const; juce::StringArray getMultiPresetsName() const;