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 --- ingen/Forge.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ingen/Forge.hpp') diff --git a/ingen/Forge.hpp b/ingen/Forge.hpp index 83a94319..683c0041 100644 --- a/ingen/Forge.hpp +++ b/ingen/Forge.hpp @@ -22,6 +22,7 @@ #include "ingen/Atom.hpp" #include "ingen/ingen.h" #include "lv2/lv2plug.in/ns/ext/atom/forge.h" +#include "raul/URI.hpp" namespace Ingen { @@ -46,6 +47,8 @@ public: Atom make_urid(int32_t v) { return Atom(sizeof(int32_t), URID, &v); } + Atom make_urid(const Raul::URI& u); + Atom alloc(uint32_t size, uint32_t type, const void* val) { return Atom(size, type, val); } -- cgit v1.2.1