summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-06-04 01:38:28 +0000
committerDavid Robillard <d@drobilla.net>2007-06-04 01:38:28 +0000
commit10a282777a48cc067f04d1a439c67990dbb10231 (patch)
tree2be46ab765c953fb57dbf9b12abf44a0f2ecd190 /libs/ardour/ardour/buffer_set.h
parent70fd14afe809c7ac7d3b5b382c77580d7b8f6085 (diff)
MIDI metering.
git-svn-id: svn://localhost/ardour2/trunk@1950 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/buffer_set.h')
-rw-r--r--libs/ardour/ardour/buffer_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h
index 2f20453d45..2e0f604ace 100644
--- a/libs/ardour/ardour/buffer_set.h
+++ b/libs/ardour/ardour/buffer_set.h
@@ -149,7 +149,7 @@ private:
/// Available counts (number of buffers actually allocated)
ChanCount _available;
- /// Whether we (don't) 'own' the contained buffers (are a mirror of a PortSet)
+ /// Whether we (don't) 'own' the contained buffers (otherwise we mirror a PortSet)
bool _is_mirror;
};