... not much. :)

git-svn-id: http://svn.drobilla.net/lad@98 a436a847-0d15-0410-975c-d299462d15a1
This commit is contained in:
dave 2006-07-20 01:29:00 +00:00
parent 6d5ab88c08
commit cd8ce035cb
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ LADSPANode::instantiate()
assert(_ports->at(j) != NULL);
Sample default_val = default_port_value(j);
// Set default control val
// Set default value
if (port->buffer_size() == 1) {
((TypedPort<Sample>*)port)->set_value(default_val, 0);
} else {