From 6a66c54eaa2a60b938b9b45287906c304cb99594 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 May 2008 05:50:25 +0000 Subject: Don't set default value metadata if plugin didn't specify a default value. More readable/informative blank node names in patch files. git-svn-id: http://svn.drobilla.net/lad/ingen@1232 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/PortImpl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libs/engine/PortImpl.cpp') diff --git a/src/libs/engine/PortImpl.cpp b/src/libs/engine/PortImpl.cpp index cefe93a4..46a32b78 100644 --- a/src/libs/engine/PortImpl.cpp +++ b/src/libs/engine/PortImpl.cpp @@ -62,8 +62,6 @@ PortImpl::PortImpl(NodeImpl* const node, if (type == DataType::EVENT) _broadcast = true; // send activity blips - - set_variable("ingen:default", value); assert(_buffers->size() > 0); } -- cgit v1.2.1