diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-03 17:04:32 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-03 17:04:32 +0100 |
| commit | f316c9f73a63df12def9a640038bd526c470f5fd (patch) | |
| tree | 2f91117b623fc7d3dd0db3be3ce25462242559f6 /rotord/src/rotor.cpp | |
| parent | 2469ddabe2b6e7746984339db84dbe0e7b069255 (diff) | |
stop blocking on audio analysis
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rwxr-xr-x | rotord/src/rotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index 3246240..23f82d7 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -38,6 +38,7 @@ Node_factory::Node_factory(){ add_type("waves",new Waves()); //nodes_filters.h add_type("blur",new Blur()); + add_type("vhs",new VHS()); add_type("luma_levels",new Luma_levels()); add_type("echo_trails",new Echo_trails()); add_type("rgb_levels",new RGB_levels()); |
