Mercurial > hg > silvet
changeset 265:8788fe838c49 norm
Using all piano templates on unknown instrument slows things down a lot, and doesn't seem all that helpful
author | Chris Cannam |
---|---|
date | Wed, 23 Jul 2014 15:44:13 +0100 |
parents | a8928b5bc8a3 |
children | c9d2809cb86d |
files | src/Instruments.cpp testdata/evaluation/run-nonorm.sh |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Instruments.cpp Wed Jul 23 15:43:46 2014 +0100 +++ b/src/Instruments.cpp Wed Jul 23 15:44:13 2014 +0100 @@ -122,11 +122,7 @@ vector<InstrumentPack> ii; vector<Templates> allTemplates; - //!!! is piano-maps-SptkBGCl the same as one of piano1, piano2, piano3? allTemplates.push_back(templatesFor("piano1")); - allTemplates.push_back(templatesFor("piano2")); - allTemplates.push_back(templatesFor("piano3")); - allTemplates.push_back(templatesFor("pianorwc")); vector<Templates> pianoTemplates; pianoTemplates.push_back(templatesFor("piano1"));