diff options
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r-- | src/server/InputPort.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index db614efa..d933344a 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -67,6 +67,9 @@ public: boost::intrusive::constant_time_size<false> > Edges; + /** Return the maximum polyphony of an output connected to this input. */ + virtual uint32_t max_tail_poly(Context& context) const; + void add_edge(ProcessContext& context, EdgeImpl* c); EdgeImpl* remove_edge(ProcessContext& context, const OutputPort* tail); |