Mercurial > hg > silvet
changeset 214:c0779464b792
Use all three piano templates
author | Chris Cannam |
---|---|
date | Tue, 15 Jul 2014 13:28:52 +0100 |
parents | 5bde003a43a9 |
children | 5ba328aae5be f4fda33c3b3b |
files | src/Instruments.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Instruments.cpp Tue Jul 15 13:28:25 2014 +0100 +++ b/src/Instruments.cpp Tue Jul 15 13:28:52 2014 +0100 @@ -122,6 +122,8 @@ 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")); vector<Templates> pianoTemplates; pianoTemplates.push_back(templatesFor("piano1"));