zynaddsubfx

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

commit ab08b528c7361df094540c5831b93f75217ea4d4
parent cc2bad539bb1d88eb5e13f137c09094383ac89a8
Author: Johannes Lorenz <[email protected]>
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;