diff src/Instruments.cpp @ 207:ce8118644f16 noteagent

Restore more theoretically agent-friendly instrument settings
author Chris Cannam
date Wed, 04 Jun 2014 12:50:46 +0100
parents 4840c6306b4f
children
line wrap: on
line diff
--- a/src/Instruments.cpp	Wed Jun 04 12:48:52 2014 +0100
+++ b/src/Instruments.cpp	Wed Jun 04 12:50:46 2014 +0100
@@ -153,17 +153,15 @@
 			     t.highestNote,
 			     simpleInstruments[i],
 			     tt);
-//        instr.pitchSparsity = 1.5;
-        instr.maxPolyphony = 5;
-        instr.levelThreshold = 6;
+        instr.pitchSparsity = 1.5;
 	if (isString(i)) {
-//            instr.maxPolyphony = 2;
-//            instr.levelThreshold = 3;
+            instr.maxPolyphony = 1;
+            instr.levelThreshold = 3;
 	    stringTemplates.push_back(t);
 	}
 	if (isWind(i)) {
-//            instr.maxPolyphony = 1;
-//            instr.levelThreshold = 5;
+            instr.maxPolyphony = 1;
+            instr.levelThreshold = 3;
 	    windTemplates.push_back(t);
 	}
 	if (isOK(instr)) {