summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-08-02 12:52:09 +0100
committerTim Redfern <tim@herge.(none)>2013-08-02 12:52:09 +0100
commit88e00292f311c9fabbe74db924f18af8199966ab (patch)
treee2e17d286a74fd49ecf981a4fbc505d1662bb337 /rotord/src/rotor.cpp
parent8022d45fedd72f69a0c96ea4b651817321baddf8 (diff)
new arithmetic methods
Diffstat (limited to 'rotord/src/rotor.cpp')
-rwxr-xr-xrotord/src/rotor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp
index 7580fee..f3449fa 100755
--- a/rotord/src/rotor.cpp
+++ b/rotord/src/rotor.cpp
@@ -1,6 +1,7 @@
#include "rotor.h"
#include "nodes_audio_analysis.h"
#include "nodes_drawing.h"
+#include "nodes_maths.h"
using namespace Rotor;
Node_factory::Node_factory(){
@@ -226,7 +227,6 @@ bool Video_output::render(const float duration, const float framerate,const stri
//insert audio frames until we are ahead of the video
exporter.encodeFrame(audioloader.get_samples(exporter.get_audio_framesize()));
af+=exporter.get_audio_step();
-
}
}