From dc0662182717d325cbe0fdf80752e177b21620ad Mon Sep 17 00:00:00 2001 From: bastard <134429563+RustoMCSpit@users.noreply.github.com> Date: Fri, 31 May 2024 11:12:48 +0100 Subject: [PATCH 1/5] my bloody valentine preset https://en.wikipedia.org/wiki/My_Bloody_Valentine_(band) --- res/presets/my bloody valentine.chowpreset | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 res/presets/my bloody valentine.chowpreset diff --git a/res/presets/my bloody valentine.chowpreset b/res/presets/my bloody valentine.chowpreset new file mode 100644 index 00000000..8b00a544 --- /dev/null +++ b/res/presets/my bloody valentine.chowpreset @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 9267d3b5b1db015bf40c2e26cf5bcf4ad486a2a0 Mon Sep 17 00:00:00 2001 From: bastard <134429563+RustoMCSpit@users.noreply.github.com> Date: Fri, 31 May 2024 11:19:58 +0100 Subject: [PATCH 2/5] my bloody valentine 2nd preset. pick the one you like best --- res/presets/my bloody valentine 2.chowpreset | 83 ++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 res/presets/my bloody valentine 2.chowpreset diff --git a/res/presets/my bloody valentine 2.chowpreset b/res/presets/my bloody valentine 2.chowpreset new file mode 100644 index 00000000..89365ed0 --- /dev/null +++ b/res/presets/my bloody valentine 2.chowpreset @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From a83829ea5856b625d8e49d067e7c5d5bc45530df Mon Sep 17 00:00:00 2001 From: bastard <134429563+RustoMCSpit@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:22:35 +0100 Subject: [PATCH 3/5] Update my bloody valentine.chowpreset --- res/presets/my bloody valentine.chowpreset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/presets/my bloody valentine.chowpreset b/res/presets/my bloody valentine.chowpreset index 8b00a544..7dd60473 100644 --- a/res/presets/my bloody valentine.chowpreset +++ b/res/presets/my bloody valentine.chowpreset @@ -1,7 +1,7 @@ - + From 8da1784617a8a5f557d5de2812df49662537090b Mon Sep 17 00:00:00 2001 From: bastard <134429563+RustoMCSpit@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:23:05 +0100 Subject: [PATCH 4/5] Update my bloody valentine 2.chowpreset --- res/presets/my bloody valentine 2.chowpreset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/presets/my bloody valentine 2.chowpreset b/res/presets/my bloody valentine 2.chowpreset index 89365ed0..e89c310e 100644 --- a/res/presets/my bloody valentine 2.chowpreset +++ b/res/presets/my bloody valentine 2.chowpreset @@ -1,7 +1,7 @@ - + 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 5/5] 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);