AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit f151205f211cf867d98140f8d635aefc1b88eafc
parent d60a04762db9940d8ff1d486c4816a6a70f4c213
Author: jatinchowdhury18 <[email protected]>
Date:   Tue,  7 Jun 2022 15:01:35 +0200

Fix CLAP capitalization
Diffstat:
MPlugin/Source/PluginProcessor.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Plugin/Source/PluginProcessor.cpp b/Plugin/Source/PluginProcessor.cpp @@ -360,7 +360,7 @@ String ChowtapeModelAudioProcessor::getWrapperTypeString() const #if HAS_CLAP_JUCE_EXTENSIONS // Since we are using 'external clap' this is the one JUCE API we can't override if (wrapperType == wrapperType_Undefined && is_clap) - return "Clap"; + return "CLAP"; #endif return AudioProcessor::getWrapperTypeDescription (wrapperType);