summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/InputPort.h')
-rw-r--r--src/libs/engine/InputPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/InputPort.h b/src/libs/engine/InputPort.h
index 60e96167..789d98ab 100644
--- a/src/libs/engine/InputPort.h
+++ b/src/libs/engine/InputPort.h
@@ -55,9 +55,9 @@ public:
const List<TypedConnection<T>*>& connections() { return m_connections; }
- void prepare_buffers(size_t nframes);
+ void process(samplecount nframes);
- void tie(OutputPort<T>* const port);
+ //void tie(OutputPort<T>* const port);
bool is_connected() const { return (m_connections.size() > 0); }
bool is_connected_to(const OutputPort<T>* const port) const;