From c0a953dc626ef90e13db425f662395da57d63bef Mon Sep 17 00:00:00 2001 From: bastard <134429563+RustoMCSpit@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:26:40 +0100 Subject: [PATCH] Update PresetManager.cpp --- src/state/presets/PresetManager.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 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);