From ca10cc82a4374a5b413c06ead6cc89c53f8881ee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 4 May 2009 15:50:51 +0000 Subject: Preliminary MIDI plugin support. git-svn-id: svn://localhost/ardour2/branches/3.0@5036 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/vst_plugin.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libs/ardour/ardour/vst_plugin.h') diff --git a/libs/ardour/ardour/vst_plugin.h b/libs/ardour/ardour/vst_plugin.h index 7541740cf8..d4ca3b8b60 100644 --- a/libs/ardour/ardour/vst_plugin.h +++ b/libs/ardour/ardour/vst_plugin.h @@ -71,7 +71,11 @@ class VSTPlugin : public ARDOUR::Plugin void activate (); void deactivate (); void set_block_size (nframes_t nframes); - int connect_and_run (BufferSet&, uint32_t& in, uint32_t& out, nframes_t nframes, nframes_t offset); + + int connect_and_run (BufferSet&, + ChanMapping in, ChanMapping out, + nframes_t nframes, nframes_t offset); + string describe_parameter (Evoral::Parameter); string state_node_name() const { return "vst"; } void print_parameter (uint32_t, char*, uint32_t len) const; -- cgit v1.2.3