zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit e6b6937fd2ca91ca9373c153e0a4487383f27fc4
parent 22a5f8da76c16c47c3814eedaec8f9fe0ff4248b
Author: Johannes Lorenz <j.git@lorenz-ho.me>
Date:   Fri, 14 Aug 2020 21:11:29 +0200

OscilGen: Document ADvsPAD

Diffstat:
Msrc/Synth/OscilGen.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Synth/OscilGen.h b/src/Synth/OscilGen.h @@ -105,7 +105,7 @@ class OscilGen:public Presets //this should be called every note on event void newrandseed(unsigned int randseed); - bool ADvsPAD; //if it is used by ADsynth or by PADsynth + bool ADvsPAD; //!< true if it is used by PADsynth instead of ADsynth static const rtosc::MergePorts ports; static const rtosc::Ports non_realtime_ports;