diff options
author | David Robillard <d@drobilla.net> | 2006-07-03 17:46:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-07-03 17:46:19 +0000 |
commit | 0aaae8b002fcff9fdd81a6155c609a546f68b938 (patch) | |
tree | 452897c7b6507d15e85382845bda71e66a3803d8 /src/libs/client/Store.h | |
parent | 03aa3b084fe3d97f62b67867085c04a23402397e (diff) | |
download | ingen-0aaae8b002fcff9fdd81a6155c609a546f68b938.tar.gz ingen-0aaae8b002fcff9fdd81a6155c609a546f68b938.tar.bz2 ingen-0aaae8b002fcff9fdd81a6155c609a546f68b938.zip |
Enabled checkbox on patch windows working
git-svn-id: http://svn.drobilla.net/lad/ingen@79 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r-- | src/libs/client/Store.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h index bed36cd9..7ee1388d 100644 --- a/src/libs/client/Store.h +++ b/src/libs/client/Store.h @@ -72,6 +72,8 @@ private: void new_patch_event(const string& path, uint32_t poly); 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 patch_enabled_event(const string& path); + void patch_disabled_event(const string& path); 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); |