Update DUMB to revision 07f761e918e8a621f64242dd1a631ceba03cc920

- Fixed IT New Note Action duplicate check types for sample and instrument



SVN r4086 (trunk)
This commit is contained in:
Randy Heit 2013-02-08 00:35:42 +00:00
parent 5490b08c88
commit 1307079812

View file

@ -1619,7 +1619,7 @@ static void it_retrigger_note(DUMB_IT_SIGRENDERER *sigrenderer, IT_CHANNEL *chan
for (i = 0; i < DUMB_IT_N_NNA_CHANNELS; i++) {
IT_PLAYING * playing = sigrenderer->playing[i];
if (playing && playing->channel == channel && playing->instrument->dup_check_type) {
int match = 0;
int match = 1;
switch (playing->instrument->dup_check_type)
{
case DCT_NOTE: