summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-05-19 17:19:01 +0200
committerRobin Gareus <robin@gareus.org>2013-05-19 17:19:01 +0200
commitdb3961323894d93d7159f6bc254aefe7a7ac1f99 (patch)
tree81070e82c50690a9e4bf2a2c4d5b278b3fb46475 /libs/ardour/ardour/buffer_set.h
parent1acf8bdc674ac0ebfd5fc39885c7fe9e70840960 (diff)
Forward midi feedback from LV2 plugins and allow to chain LV2 midi plugins.
Diffstat (limited to 'libs/ardour/ardour/buffer_set.h')
-rw-r--r--libs/ardour/ardour/buffer_set.h3
1 files changed, 3 insertions, 0 deletions
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