zynaddsubfx

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

commit e5ba0692e316525a83eb8aa5aa03f5907f94c546
parent 67366a08a8362af15ea60f6fe39f4ad9918af08f
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Fri, 31 Mar 2017 16:59:42 -0400

Clear Key/Note Indicators On Patch Load

Diffstat:
Msrc/Misc/Master.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Misc/Master.cpp b/src/Misc/Master.cpp @@ -160,6 +160,8 @@ static const Ports master_ports = { d.reply("/free", "sb", "Part", sizeof(void*), &m->part[i]); m->part[i] = p; p->initialize_rt(); + for(int i=0; i<128; ++i) + m->activeNotes[i] = 0; }}, {"active_keys:", rProp("Obtain a list of active notes"), 0, rBegin;