From 77b6f2a6a7b37e22323c4a0d80713f6cc8a231d7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 May 2008 22:16:36 +0000 Subject: Apply slv2_plugin_get_port_ranges usage Ingen patch from larsl. git-svn-id: http://svn.drobilla.net/lad/ingen@1194 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/NodeModel.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libs/client/NodeModel.hpp') diff --git a/src/libs/client/NodeModel.hpp b/src/libs/client/NodeModel.hpp index 9e26daaa..d50926ae 100644 --- a/src/libs/client/NodeModel.hpp +++ b/src/libs/client/NodeModel.hpp @@ -85,6 +85,9 @@ protected: PortModelList _ports; ///< List of ports (not a Table to preserve order) string _plugin_uri; ///< Plugin URI (if PluginModel is unknown) SharedPtr _plugin; ///< The plugin this node is an instance of + + float* _min_values; ///< The min values for the node ports (only used for LV2 so far) + float* _max_values; ///< The max values for the node ports (only used for LV2 so far) }; -- cgit v1.2.1