[synthclone] push by surfacep...@gmail.com - Make sure SFZ mute groups for drum kits are non-zero. on 2013-02-19 07:08 GMT

2 views
Skip to first unread message

synth...@googlecode.com

unread,
Feb 19, 2013, 2:09:08 AM2/19/13
to synthclone-...@googlegroups.com
Revision: 87390b636d14
Author: Devin Anderson <surface...@gmail.com>
Date: Mon Feb 18 23:08:51 2013
Log: Make sure SFZ mute groups for drum kits are non-zero.

http://code.google.com/p/synthclone/source/detail?r=87390b636d14

Modified:
/src/plugins/sfz/target.cpp

=======================================
--- /src/plugins/sfz/target.cpp Mon Feb 18 22:59:58 2013
+++ /src/plugins/sfz/target.cpp Mon Feb 18 23:08:51 2013
@@ -265,7 +265,7 @@

for (int noteIndex = 0; noteIndex < noteCount; noteIndex++) {

- QString muteGroup = QString::number(noteIndex);
+ QString muteGroup = QString::number(noteIndex + 1);
synthclone::MIDIData note = notes[noteIndex];
QString noteStr = QString::number(note);
VelocityZoneMap *velocityZoneMap = noteZoneMap->value(note);
Reply all
Reply to author
Forward
0 new messages