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 b20a5750f09602ca71541a4b8d404277168d0b06
parent 3a7a71d1aa7d2141b279aef2d9be8a49e761b56a
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 31 May 2024 15:34:12 +0200

remove obsolete forward declaration

Diffstat:
Msource/jucePluginLib/parameter.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/source/jucePluginLib/parameter.h b/source/jucePluginLib/parameter.h @@ -10,8 +10,6 @@ namespace pluginLib { - struct Description; - class Controller; class Parameter : juce::Value::Listener, public juce::RangedAudioParameter