diff options
author | David Robillard <d@drobilla.net> | 2007-10-13 18:01:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-10-13 18:01:56 +0000 |
commit | 4d440f54870cd3934a49bab1ae98fad3f13f00d4 (patch) | |
tree | ca9d31bfc41215e2b80e4b6fd980a7ef5801a0a4 /src/libs/engine/PortImpl.hpp | |
parent | 7ca2e0c1a67c12954e04d2175cbb488efc426a85 (diff) | |
download | ingen-4d440f54870cd3934a49bab1ae98fad3f13f00d4.tar.gz ingen-4d440f54870cd3934a49bab1ae98fad3f13f00d4.tar.bz2 ingen-4d440f54870cd3934a49bab1ae98fad3f13f00d4.zip |
Send polyphonic state on object creation.
git-svn-id: http://svn.drobilla.net/lad/ingen@881 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/PortImpl.hpp')
-rw-r--r-- | src/libs/engine/PortImpl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/engine/PortImpl.hpp b/src/libs/engine/PortImpl.hpp index c43a79b0..93972f58 100644 --- a/src/libs/engine/PortImpl.hpp +++ b/src/libs/engine/PortImpl.hpp @@ -51,6 +51,8 @@ public: /** A port's parent is always a node, so static cast should be safe */ NodeImpl* parent_node() const { return (NodeImpl*)_parent; } + bool set_polyphonic(Raul::Maid& maid, bool p); + /** Prepare for a new (external) polyphony value. * * Preprocessor thread, poly is actually applied by apply_poly. |