Mercurial > hg > silvet
changeset 207:ce8118644f16 noteagent
Restore more theoretically agent-friendly instrument settings
author | Chris Cannam |
---|---|
date | Wed, 04 Jun 2014 12:50:46 +0100 |
parents | 5c2f0cec3565 |
children | 5f4a38f8d9ff |
files | src/Instruments.cpp |
diffstat | 1 files changed, 5 insertions(+), 7 deletions(-) [+] |
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)) {