diff options
Diffstat (limited to 'ingen/client/BlockModel.hpp')
-rw-r--r-- | ingen/client/BlockModel.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/client/BlockModel.hpp b/ingen/client/BlockModel.hpp index b5db2b0d..2a1a6f5d 100644 --- a/ingen/client/BlockModel.hpp +++ b/ingen/client/BlockModel.hpp @@ -53,6 +53,7 @@ public: typedef std::vector< SPtr<const PortModel> > Ports; SPtr<const PortModel> get_port(const Raul::Symbol& symbol) const; + SPtr<const PortModel> get_port(uint32_t index) const; Node* port(uint32_t index) const; |