diff options
Diffstat (limited to 'src/server/LV2Block.hpp')
-rw-r--r-- | src/server/LV2Block.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp index f07f845f..ffb86d0a 100644 --- a/src/server/LV2Block.hpp +++ b/src/server/LV2Block.hpp @@ -67,6 +67,9 @@ public: void apply_state(LilvState* state); + boost::optional<Resource> save_preset(const Raul::URI& bundle, + const Properties& props); + void set_port_buffer(uint32_t voice, uint32_t port_num, BufferRef buf, |