diff options
Diffstat (limited to 'src/server/LV2Node.hpp')
-rw-r--r-- | src/server/LV2Node.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp index b0102772..03f8bf43 100644 --- a/src/server/LV2Node.hpp +++ b/src/server/LV2Node.hpp @@ -65,6 +65,9 @@ public: SampleCount offset); protected: + SharedPtr<LilvInstance> make_instance( + Shared::URIs& uris, uint32_t voice, bool preparing); + inline LilvInstance* instance(uint32_t voice) { return (LilvInstance*)(*_instances)[voice].get(); } |