summaryrefslogtreecommitdiffstats
path: root/src/Store.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-18 21:36:48 -0400
committerDavid Robillard <d@drobilla.net>2016-09-18 21:40:46 -0400
commitbb64f80bb139314a06e0b22fddbea7a330b6e149 (patch)
tree51e78a387bc8f1df6ecff3c1799ae7f0dc3f2bdc /src/Store.cpp
parent01deca45d8aa5fbfff75e204cd248a9dd79ab041 (diff)
downloadingen-parameters.tar.gz
ingen-parameters.tar.bz2
ingen-parameters.zip
Preliminary parameter support workparameters
Diffstat (limited to 'src/Store.cpp')
-rw-r--r--src/Store.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Store.cpp b/src/Store.cpp
index 1767b4f5..590f0d0b 100644
--- a/src/Store.cpp
+++ b/src/Store.cpp
@@ -34,6 +34,8 @@ Store::add(Node* o)
for (uint32_t i = 0; i < o->num_ports(); ++i) {
add(o->port(i));
}
+
+ // FIXME: add parameters
}
/*