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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/InputPort.h b/src/libs/engine/InputPort.h
index 284f976f..25777ecf 100644
--- a/src/libs/engine/InputPort.h
+++ b/src/libs/engine/InputPort.h
@@ -56,7 +56,7 @@ public:
typedef Raul::List<Connection*> Connections;
const Connections& connections() { return _connections; }
- void process(SampleCount nframes, FrameTime start, FrameTime end);
+ void pre_process(SampleCount nframes, FrameTime start, FrameTime end);
bool is_connected() const { return (_connections.size() > 0); }
bool is_connected_to(const OutputPort* port) const;