Mercurial > hg > silvet
comparison src/Instruments.cpp @ 214:c0779464b792
Use all three piano templates
author | Chris Cannam |
---|---|
date | Tue, 15 Jul 2014 13:28:52 +0100 |
parents | 5bde003a43a9 |
children | 81288afddf43 |
comparison
equal
deleted
inserted
replaced
213:5bde003a43a9 | 214:c0779464b792 |
---|---|
120 vector<InstrumentPack> ii; | 120 vector<InstrumentPack> ii; |
121 | 121 |
122 vector<Templates> allTemplates; | 122 vector<Templates> allTemplates; |
123 //!!! is piano-maps-SptkBGCl the same as one of piano1, piano2, piano3? | 123 //!!! is piano-maps-SptkBGCl the same as one of piano1, piano2, piano3? |
124 allTemplates.push_back(templatesFor("piano1")); | 124 allTemplates.push_back(templatesFor("piano1")); |
125 allTemplates.push_back(templatesFor("piano2")); | |
126 allTemplates.push_back(templatesFor("piano3")); | |
125 | 127 |
126 vector<Templates> pianoTemplates; | 128 vector<Templates> pianoTemplates; |
127 pianoTemplates.push_back(templatesFor("piano1")); | 129 pianoTemplates.push_back(templatesFor("piano1")); |
128 pianoTemplates.push_back(templatesFor("piano2")); | 130 pianoTemplates.push_back(templatesFor("piano2")); |
129 pianoTemplates.push_back(templatesFor("piano3")); | 131 pianoTemplates.push_back(templatesFor("piano3")); |