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 82ad36aa39114ecf69b00ab336646883d460a49e
parent 1f64eb3af80f3ade2633eaba6edddefb824402b5
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat,  3 Dec 2022 22:18:12 +0100

fix compile error

Diffstat:
Msource/jucePlugin/ui3/PatchBrowser.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/source/jucePlugin/ui3/PatchBrowser.cpp b/source/jucePlugin/ui3/PatchBrowser.cpp @@ -11,6 +11,8 @@ using namespace juce; +const juce::Array<juce::String> ModelList = {"A","B","C","TI"}; + namespace genericVirusUI { virusLib::VirusModel guessVersion(const uint8_t v)