summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/ardour/panner_shell.h3
-rw-r--r--libs/ardour/panner_shell.cc2
2 files changed, 2 insertions, 3 deletions
diff --git a/libs/ardour/ardour/panner_shell.h b/libs/ardour/ardour/panner_shell.h
index aad2836306..6f4f39ddd2 100644
--- a/libs/ardour/ardour/panner_shell.h
+++ b/libs/ardour/ardour/panner_shell.h
@@ -43,8 +43,7 @@ class Speakers;
class Pannable;
/** Class to manage panning by instantiating and controlling
- * the appropriate specific PannerBase objects for a given
- * in/out configuration.
+ * an appropriate Panner object for a given in/out configuration.
*/
class PannerShell : public SessionObject
{
diff --git a/libs/ardour/panner_shell.cc b/libs/ardour/panner_shell.cc
index ad2040792a..fc72a27b09 100644
--- a/libs/ardour/panner_shell.cc
+++ b/libs/ardour/panner_shell.cc
@@ -274,7 +274,7 @@ PannerShell::run (BufferSet& inbufs, BufferSet& outbufs, framepos_t start_frame,
{
if (inbufs.count().n_audio() == 0) {
/* Input has no audio buffers (e.g. Aux Send in a MIDI track at a
- point with no audio because there is no preceding instrument
+ point with no audio because there is no preceding instrument)
*/
outbufs.silence(nframes, 0);
return;