Mercurial > hg > tweakathon2ios
diff ExplorePresetManager.mm @ 32:75202498bee9
perform mode (no guides at all)
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 25 Nov 2014 17:03:33 +0000 |
parents | a677c027e3a0 |
children | 2bd658b44c2d |
line wrap: on
line diff
--- a/ExplorePresetManager.mm Fri Nov 21 17:07:56 2014 +0000 +++ b/ExplorePresetManager.mm Tue Nov 25 17:03:33 2014 +0000 @@ -114,6 +114,22 @@ filledSlots = 0; } //----------------------------------------------------------------------------- +vector<string> drumPresetNames(){ + vector<string> vs; + + vs.push_back("boom kick"); + vs.push_back("punch kick"); + vs.push_back("snare"); + vs.push_back("clap"); + + vs.push_back("closed hihat"); + vs.push_back("open hihat"); + vs.push_back("cowbell"); + vs.push_back("bongo"); + + +} +//----------------------------------------------------------------------------- void ExplorePresetManager::fillSlotsWithLoadedPresets(){ for(auto pi = thePresets.begin(); pi < thePresets.end(); pi++){