diff options
author | David Robillard <d@drobilla.net> | 2006-06-22 08:03:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-22 08:03:12 +0000 |
commit | 03aa3b084fe3d97f62b67867085c04a23402397e (patch) | |
tree | e310d4e54c41c0f2d0a9aac1722d93fb01c6e2fd /src/libs/client/Store.h | |
parent | c3dc3ff5a5465ed59b0a8b36eb234130dbf0a9d6 (diff) | |
download | ingen-03aa3b084fe3d97f62b67867085c04a23402397e.tar.gz ingen-03aa3b084fe3d97f62b67867085c04a23402397e.tar.bz2 ingen-03aa3b084fe3d97f62b67867085c04a23402397e.zip |
More port controls fixes/cleanups
git-svn-id: http://svn.drobilla.net/lad/ingen@78 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r-- | src/libs/client/Store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h index 2dc94f2d..bed36cd9 100644 --- a/src/libs/client/Store.h +++ b/src/libs/client/Store.h @@ -73,6 +73,7 @@ private: void new_node_event(const string& plugin_type, const string& plugin_uri, const string& node_path, bool is_polyphonic, uint32_t num_ports); void new_port_event(const string& path, const string& data_type, bool is_output); void metadata_update_event(const string& subject_path, const string& predicate, const string& value); + void control_change_event(const string& port_path, float value); void connection_event(const Path& src_port_path, const Path& dst_port_path); void disconnection_event(const Path& src_port_path, const Path& dst_port_path); |