Comment fixes.

git-svn-id: svn://localhost/ardour2/branches/3.0@10713 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2011-11-20 17:49:05 +00:00
parent ff2d25a43e
commit 274069e676
2 changed files with 2 additions and 3 deletions

View File

@@ -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
{

View File

@@ -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;