# HG changeset patch # User Chris Cannam # Date 1405427332 -3600 # Node ID c0779464b792d70ca5785fe194a694028a6e62d3 # Parent 5bde003a43a952bf722389bbe6b4f6c5562c9a74 Use all three piano templates diff -r 5bde003a43a9 -r c0779464b792 src/Instruments.cpp --- 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 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 pianoTemplates; pianoTemplates.push_back(templatesFor("piano1"));