diff --git a/src/state/presets/PresetManager.cpp b/src/state/presets/PresetManager.cpp index 609733c6..841c5de7 100644 --- a/src/state/presets/PresetManager.cpp +++ b/src/state/presets/PresetManager.cpp @@ -254,6 +254,8 @@ std::vector<chowdsp::Preset> PresetManager::getFactoryPresets (const ProcessorSt factoryPresets.emplace_back (BinaryData::Jimi_Hendrix_chowpreset, BinaryData::Jimi_Hendrix_chowpresetSize); factoryPresets.emplace_back (BinaryData::John_Mayer_chowpreset, BinaryData::John_Mayer_chowpresetSize); factoryPresets.emplace_back (BinaryData::Johnny_Greenwood_chowpreset, BinaryData::Johnny_Greenwood_chowpresetSize); + factoryPresets.emplace_back (BinaryData::my_bloody_valentine, BinaryData::my_bloody_valentine_chowpresetSize); + factoryPresets.emplace_back (BinaryData::my_bloody_valentine_2, BinaryData::my_bloody_valentine_2_chowpresetSize); factoryPresets.emplace_back (BinaryData::Neil_Young_chowpreset, BinaryData::Neil_Young_chowpresetSize); factoryPresets.emplace_back (BinaryData::Nirvana_chowpreset, BinaryData::Nirvana_chowpresetSize); factoryPresets.emplace_back (BinaryData::Pete_Townshend_chowpreset, BinaryData::Pete_Townshend_chowpresetSize);