From dd79e76e41446833088482588456afed37231bff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Aug 2015 04:46:29 +0000 Subject: Server-side presets. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/BlockImpl.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/server/BlockImpl.cpp') diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp index ecc73090..103747fe 100644 --- a/src/server/BlockImpl.cpp +++ b/src/server/BlockImpl.cpp @@ -71,12 +71,18 @@ BlockImpl::port(uint32_t index) const return (*_ports)[index]; } -const Plugin* +const Resource* BlockImpl::plugin() const { return _plugin; } +const PluginImpl* +BlockImpl::plugin_impl() const +{ + return _plugin; +} + void BlockImpl::activate(BufferFactory& bufs) { -- cgit v1.2.1