From db3961323894d93d7159f6bc254aefe7a7ac1f99 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 19 May 2013 17:19:01 +0200 Subject: Forward midi feedback from LV2 plugins and allow to chain LV2 midi plugins. --- libs/ardour/ardour/buffer_set.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/ardour/buffer_set.h') diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h index 3cb6cbdbd9..1a1d564288 100644 --- a/libs/ardour/ardour/buffer_set.h +++ b/libs/ardour/ardour/buffer_set.h @@ -122,6 +122,9 @@ public: /** Flush modified LV2 event output buffers back to Ardour buffers */ void flush_lv2_midi(bool input, size_t i); + + /** Forward plugin MIDI output to to Ardour buffers */ + void forward_lv2_midi(LV2_Evbuf*, size_t, bool purge_ardour_buffer = true); #endif #if defined VST_SUPPORT || defined LXVST_SUPPORT -- cgit v1.2.3