do not crash when loading old history files with MIDI edits; add all notes in region...
[ardour.git] / libs / ardour / rb_effect.cc
index b709c9bd1fe9e036daafe515ada9894bf59faa5f..b61170da096b48c734e2783d287de6c22c0f6f72 100644 (file)
@@ -21,7 +21,7 @@
 #include <cmath>
 
 #include "pbd/error.h"
-#include <rubberband/RubberBandStretcher.h>
+#include "rubberband/RubberBandStretcher.h"
 
 #include "ardour/types.h"
 #include "ardour/stretch.h"
@@ -42,7 +42,7 @@ Pitch::Pitch (Session& s, TimeFXRequest& req)
 {
 }
 
-Stretch::Stretch (Session& s, TimeFXRequest& req)
+RBStretch::RBStretch (Session& s, TimeFXRequest& req)
        : RBEffect (s, req)
 {
 }