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 9642166a0d9993a79ca8dd16930d503b9fd80e6d
parent 5063e52baa9b7f350ed0438e1af98da5d1ae1c30
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 16 Mar 2022 21:29:49 +0100

Merge branch 'dsp56300' into genericUI

Diffstat:
Msource/jucePlugin/VirusParameter.cpp | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/source/jucePlugin/VirusParameter.cpp b/source/jucePlugin/VirusParameter.cpp @@ -50,6 +50,11 @@ namespace Virus } } + bool Parameter::isMetaParameter() const + { + return !m_linkedParameters.empty(); + } + void Parameter::setValue(float newValue) { if (m_changingLinkedValues)