add display name to processors (so that it can differ from the "real name"); pay...
[ardour.git] / libs / ardour / plugin_insert.cc
index b2b3f4af91669bbb24c2a8a8680967966aef6fa7..461a3f0685986a819ac5dbd0ce2ba8c4c23bbcc5 100644 (file)
 
 */
 
+#ifdef WAF_BUILD
+#include "libardour-config.h"
+#endif
+
 #include <string>
 
 #include <sigc++/bind.h>
@@ -371,7 +375,7 @@ PluginInsert::silence (nframes_t nframes)
 }
        
 void
-PluginInsert::run_in_place (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes)
+PluginInsert::run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes)
 {
        if (active()) {