shithub: dumb

Download patch

ref: 07f761e918e8a621f64242dd1a631ceba03cc920
parent: 7def196332594817f94138dce2942007d232d407
author: Chris Moeller <kode54@gmail.com>
date: Thu May 12 08:26:57 EDT 2011

- Fixed IT New Note Action duplicate check types for sample and instrument
- Version is now 0.9.9.38

git-tfs-id: [http://localhost:8080/tfs/DefaultCollection/]$/foobar2000/files/plugins.root;C678

--- a/dumb/src/it/itrender.c
+++ b/dumb/src/it/itrender.c
@@ -1601,7 +1601,7 @@
 			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: