Skip to content

Commit

Permalink
Update PresetManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RustoMCSpit committed Jun 2, 2024
1 parent 8da1784 commit c0a953d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/state/presets/PresetManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c0a953d

Please sign in to comment.