zynaddsubfx

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

commit 22b386fde76aaa8c91658fd319229220e0572465
parent 51f628efd8f1ca06c3beede0860c6914e09b6716
Author: michiboo <chanmickyyun@gmail.com>
Date:   Fri,  7 Jun 2019 20:22:33 +0300

code refactor

Diffstat:
Msrc/Synth/ADnote.cpp | 1-
Msrc/Synth/ADnote.h | 7-------
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/Synth/ADnote.cpp b/src/Synth/ADnote.cpp @@ -30,7 +30,6 @@ namespace zyn { - ADnote::ADnote(ADnoteParameters *pars_, SynthParams &spars, WatchManager *wm, const char *prefix) :SynthNote(spars), pars(*pars_), watchOut(wm, prefix, "out"), watchOut1(wm,prefix,"out1") diff --git a/src/Synth/ADnote.h b/src/Synth/ADnote.h @@ -30,13 +30,6 @@ namespace zyn { -class voicewatch{ - public: - voicewatch(WatchManager *m, const char *watch_prefix); - VecWatchPoint watchOut; - -}; - /**The "additive" synthesizer*/ class ADnote:public SynthNote {