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/rotord.cbp | |
| parent | 2469ddabe2b6e7746984339db84dbe0e7b069255 (diff) | |
stop blocking on audio analysis
Diffstat (limited to 'rotord/rotord.cbp')
| -rw-r--r-- | rotord/rotord.cbp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rotord/rotord.cbp b/rotord/rotord.cbp index ece9709..9c76a19 100644 --- a/rotord/rotord.cbp +++ b/rotord/rotord.cbp @@ -58,12 +58,17 @@ <Unit filename="src/image.h" /> <Unit filename="src/libavwrapper.cpp" /> <Unit filename="src/libavwrapper.h" /> + <Unit filename="src/nodes_audio_analysis.cpp" /> <Unit filename="src/nodes_audio_analysis.h" /> <Unit filename="src/nodes_drawing.h" /> + <Unit filename="src/nodes_filters.h" /> + <Unit filename="src/nodes_maths.h" /> + <Unit filename="src/nodes_transform.h" /> <Unit filename="src/ofUtils.cpp" /> <Unit filename="src/ofUtils.h" /> <Unit filename="src/params.h" /> <Unit filename="src/rendercontext.cpp" /> + <Unit filename="src/rendercontext.h" /> <Unit filename="src/rotor.cpp" /> <Unit filename="src/rotor.h" /> <Unit filename="src/rotord.cpp" /> |
