summaryrefslogtreecommitdiffstats
path: root/src/server/ConnectionImpl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-28 04:58:37 +0000
committerDavid Robillard <d@drobilla.net>2012-04-28 04:58:37 +0000
commit50f5747f3877d124014ce6eaba307a6bffddc1c2 (patch)
treef73fcd06503a38504f3d700653111f836e5a1f63 /src/server/ConnectionImpl.hpp
parentd87914716181bd86a3a68b22d3d0a12902860be0 (diff)
downloadingen-50f5747f3877d124014ce6eaba307a6bffddc1c2.tar.gz
ingen-50f5747f3877d124014ce6eaba307a6bffddc1c2.tar.bz2
ingen-50f5747f3877d124014ce6eaba307a6bffddc1c2.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4300 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/ConnectionImpl.hpp')
-rw-r--r--src/server/ConnectionImpl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/ConnectionImpl.hpp b/src/server/ConnectionImpl.hpp
index a93674b6..395e749d 100644
--- a/src/server/ConnectionImpl.hpp
+++ b/src/server/ConnectionImpl.hpp
@@ -83,10 +83,10 @@ public:
*/
BufferRef buffer(uint32_t voice) const;
- /** Returns true if this connection must mix down voices into a local buffer */
+ /** Whether this connection must mix down voices into a local buffer */
bool must_mix() const;
- /** Returns true if this connection crosses contexts and must buffer */
+ /** Whether this connection crosses contexts and must buffer */
bool must_queue() const;
static bool can_connect(const OutputPort* src, const InputPort* dst);