Skip to content

Commit

Permalink
removed Connypatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Jul 8, 2014
1 parent 667abef commit 43e6b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "Contest/blo_bleep.hpp"
#include "Contest/BiasPatch.hpp"
#include "Contest/BitH8rPatch.hpp"
#include "Contest/ConnyPatch.hpp"
#include "Contest/DroneBox.hpp"
#include "Contest/DualTremoloPatch.hpp"
#include "mdaPorts/MdaBandistoPatch.cpp"
Expand Down Expand Up @@ -58,6 +57,7 @@
#include "Guitarix/GuitarixBMfpPatch.hpp"
#include "Guitarix/GuitarixDistortion1Patch.hpp"

// #include "Contest/ConnyPatch.hpp"
// #include "Faust/AutoWahPatch.hpp"
// #include "Faust/QompanderPatch.hpp"
// #include "SimpleDriveDelayPatch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ REGISTER_PATCH(BiasedDelayPatch, "Contest/BiasedDelay", 2, 2);
REGISTER_PATCH(little_blo_bleep, "Contest/blo bleep", 2, 2);
REGISTER_PATCH(BiasPatch, "Contest/Bias", 2, 2);
REGISTER_PATCH(BitH8rPatch, "Contest/BitH8r", 2, 2);
REGISTER_PATCH(ConnyPatch, "Contest/ConnyPatch", 2, 2);
REGISTER_PATCH(DualTremoloPatch, "Contest/DualTremolo", 2, 2);
REGISTER_PATCH(MdaBandistoPatch, "MDA/Bandisto", 2, 2);
REGISTER_PATCH(MdaStereoPatch, "MDA/Stereo", 2, 2);
Expand Down Expand Up @@ -69,6 +68,7 @@ REGISTER_PATCH(GuitarixBMfpPatch, "Guitarix/BigMuffFuzz", 1, 1);
REGISTER_PATCH(GuitarixDistortion1Patch, "Guitarix/Distortion1", 1, 1);

/* TO BE WORKED ON */
// REGISTER_PATCH(ConnyPatch, "Contest/ConnyPatch", 2, 2);
// REGISTER_PATCH(QompanderPatch, "Faust/Qompander", 1, 1); // 8851 ARM cycles
// REGISTER_PATCH(AutoWahPatch, "Faust/AutoWah", 1, 1); // 4003 ARM cycles
// REGISTER_PATCH(SimpleDriveDelayPatch, "Drive Delay", 1, 1);
Expand Down

0 comments on commit 43e6b67

Please sign in to comment.