Add support for VST effSetBypass #7266
[ardour.git] / libs / ardour / ardour / buffer_set.h
index f1b632e6e286447c32952de6f51b7e5da196da12..a4fa53e2fc34d37a145dafa5efd73cc15ae538cb 100644 (file)
@@ -31,7 +31,7 @@
 #include "ardour/types.h"
 
 #if defined WINDOWS_VST_SUPPORT || defined LXVST_SUPPORT || defined MACVST_SUPPORT
-#include "evoral/MIDIEvent.hpp"
+#include "evoral/Event.hpp"
 struct _VstEvents;
 typedef struct _VstEvents VstEvents;
 struct _VstMidiEvent;
@@ -196,7 +196,7 @@ private:
                ~VSTBuffer ();
 
                void clear ();
-               void push_back (Evoral::MIDIEvent<framepos_t> const &);
+               void push_back (Evoral::Event<framepos_t> const &);
                VstEvents* events () const {
                        return _events;
                }