# HG changeset patch # User Chris Cannam # Date 1406126653 -3600 # Node ID 8788fe838c4965022392ec28ca0fea84069eb061 # Parent a8928b5bc8a3cbd4b8d08e6520a90e5eaa4ccbcf Using all piano templates on unknown instrument slows things down a lot, and doesn't seem all that helpful diff -r a8928b5bc8a3 -r 8788fe838c49 src/Instruments.cpp --- 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 ii; vector 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 pianoTemplates; pianoTemplates.push_back(templatesFor("piano1"));