AnalogTapeModel

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

commit 480012425004037427c33edba0198edfe4ae871e
parent 8aa69fb4aa508ff191d5de2a28ce9915bc6188d9
Author: jatinchowdhury18 <[email protected]>
Date:   Sun, 22 May 2022 19:23:06 +0100

Update CLAP to version 0.25 (#267)

* Update CLAP version

* Update CLAP submodule

* Apply clang-format

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat:
MPlugin/Installers/windows/ChowTapeModel_Install_Script.iss | 2+-
MPlugin/Installers/windows/ChowTapeModel_Install_Script_32bit.iss | 2+-
MPlugin/Source/PluginProcessor.h | 2++
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Plugin/Installers/windows/ChowTapeModel_Install_Script.iss b/Plugin/Installers/windows/ChowTapeModel_Install_Script.iss @@ -32,7 +32,7 @@ Name: "custom"; Description: "Custom installation"; Flags: iscustom [Components] Name: "VST3_64"; Description: "VST3 Plugin"; Types: full Name: "VST_64"; Description: "VST Plugin"; Types: full -Name: "CLAP_64"; Description: "Clap (Clap 0.21)"; Types: full +Name: "CLAP_64"; Description: "Clap (Clap 0.25)"; Types: full Name: "Standalone"; Description: "Standalone Plugin"; Types: full Name: "AAX"; Description: "AAX Plugin"; Types: full diff --git a/Plugin/Installers/windows/ChowTapeModel_Install_Script_32bit.iss b/Plugin/Installers/windows/ChowTapeModel_Install_Script_32bit.iss @@ -32,7 +32,7 @@ Name: "custom"; Description: "Custom installation"; Flags: iscustom [Components] Name: "VST3_32"; Description: "VST3 Plugin"; Types: full Name: "VST_32"; Description: "VST Plugin"; Types: full -Name: "CLAP_32"; Description: "Clap (Clap 0.21)"; Types: full +Name: "CLAP_32"; Description: "Clap (Clap 0.25)"; Types: full Name: "Standalone"; Description: "Standalone Plugin"; Types: full [Files] diff --git a/Plugin/Source/PluginProcessor.h b/Plugin/Source/PluginProcessor.h @@ -28,7 +28,9 @@ #include "Processors/Timing_Effects/WowFlutterProcessor.h" #if HAS_CLAP_JUCE_EXTENSIONS +JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wunused-parameter") #include "clap-juce-extensions/clap-juce-extensions.h" +JUCE_END_IGNORE_WARNINGS_GCC_LIKE #endif #if CHOWDSP_AUTO_UPDATE