diff options
author | David Robillard <d@drobilla.net> | 2006-06-17 23:47:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-17 23:47:42 +0000 |
commit | c6d42dbbf9f6872d4fed67aecde8f7a65effab08 (patch) | |
tree | 424f7ec643cf81b8282e6404ac56d81e4ef34021 /src/progs/gtk/PatchController.h | |
parent | 471c9e43493ab1d3a83ed6a8ca53bd818a2ed275 (diff) | |
download | ingen-c6d42dbbf9f6872d4fed67aecde8f7a65effab08.tar.gz ingen-c6d42dbbf9f6872d4fed67aecde8f7a65effab08.tar.bz2 ingen-c6d42dbbf9f6872d4fed67aecde8f7a65effab08.zip |
New patch ports interface
git-svn-id: http://svn.drobilla.net/lad/grauph@48 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/gtk/PatchController.h')
-rw-r--r-- | src/progs/gtk/PatchController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/progs/gtk/PatchController.h b/src/progs/gtk/PatchController.h index eff525c8..04bc82a8 100644 --- a/src/progs/gtk/PatchController.h +++ b/src/progs/gtk/PatchController.h @@ -113,6 +113,8 @@ private: void create_connection(CountedPtr<ConnectionModel> cm); + NodeController* create_controller_for_node(CountedPtr<NodeModel> node); + PatchPropertiesWindow* m_properties_window; PatchWindow* m_window; ///< Patch Window currently showing m_patch_view |