From 97d25d127249ebe8558c019a968fe43303bea3f6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Oct 2016 21:00:16 -0400 Subject: Fix saving and loading subgraphs --- src/server/PortImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server') diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp index 26fdd6cb..f09cfd6e 100644 --- a/src/server/PortImpl.cpp +++ b/src/server/PortImpl.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2015 David Robillard + Copyright 2007-2016 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -84,7 +84,7 @@ PortImpl::PortImpl(BufferFactory& bufs, set_type(type, buffer_type); - set_property(uris.lv2_index, bufs.forge().make((int32_t)index)); + set_property(uris.lv2_index, bufs.forge().make((int32_t)index), Resource::Graph::INTERNAL); if (has_value()) { set_property(uris.ingen_value, value); } -- cgit v1.2.1