summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/InputPort.hpp')
-rw-r--r--src/libs/engine/InputPort.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libs/engine/InputPort.hpp b/src/libs/engine/InputPort.hpp
index c3fa3dad..ffba2a30 100644
--- a/src/libs/engine/InputPort.hpp
+++ b/src/libs/engine/InputPort.hpp
@@ -63,12 +63,14 @@ public:
Connections::Node* remove_connection(const OutputPort* src_port);
const Connections& connections() { return _connections; }
+
+ bool apply_poly(Raul::Maid& maid, uint32_t poly);
void pre_process(ProcessContext& context);
void post_process(ProcessContext& context);
bool is_connected() const { return (_connections.size() > 0); }
- bool is_connected_to(const OutputPort* port) const;
+ //bool is_connected_to(const OutputPort* port) const;
bool is_input() const { return true; }
bool is_output() const { return false; }