summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-11-04 14:46:10 +0000
committerTim Redfern <tim@eclectronics.org>2013-11-04 14:46:10 +0000
commitd480bf3349d2411d20ff0816df5ac7e55ed511f9 (patch)
tree5e645f3dfd2192789296b712f130dabbdeec3806 /rotord/src/rotor.cpp
parent5d0dbb41b66792662170ce86334bf4cba87ed700 (diff)
random seed not working
Diffstat (limited to 'rotord/src/rotor.cpp')
-rw-r--r--rotord/src/rotor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp
index 840298e..d6e445f 100644
--- a/rotord/src/rotor.cpp
+++ b/rotord/src/rotor.cpp
@@ -72,7 +72,7 @@ Node_factory::Node_factory(){
category["FX"]=vector<Node*>();
add_type("blur",new Blur(),category["FX"]);
- add_type("vhs",new VHS(),category["FX"]);
+ //add_type("vhs",new VHS(),category["FX"]);
add_type("echo_trails",new Echo_trails(),category["FX"]);
add_type("video_feedback",new Video_feedback(),category["FX"]);