aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/bungalow_tent_dsp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/bungalow_tent_dsp.cpp')
-rw-r--r--chaos/src/bungalow_tent_dsp.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/chaos/src/bungalow_tent_dsp.cpp b/chaos/src/bungalow_tent_dsp.cpp
index 33bef1c..111a96a 100644
--- a/chaos/src/bungalow_tent_dsp.cpp
+++ b/chaos/src/bungalow_tent_dsp.cpp
@@ -21,14 +21,4 @@
#include "bungalow_tent_map.hpp"
#include "chaos_dsp.hpp"
-class bungalow_tent_dsp:
- public chaos_dsp<bungalow_tent>
-{
- CHAOS_DSP_INIT(bungalow_tent, BUNGALOW_TENT_ATTRIBUTES);
-
- BUNGALOW_TENT_CALLBACKS;
-};
-
-
-
-FLEXT_LIB_DSP_V("bungalow_tent~", bungalow_tent_dsp);
+CHAOS_DSP_CLASS(bungalow_tent,BUNGALOW_TENT);