Hi, The channel mixing section of the documentation has the input and output channels wrong in the description, but they are correct in the examples. The patch against the trunk below describes the problem better. Thanks for a great product! Best regards, - Heikki. Index: DOCS/xml/en/usage.xml =================================================================== --- DOCS/xml/en/usage.xml (revision 30445) +++ DOCS/xml/en/usage.xml (working copy) @@ -930,8 +930,8 @@ <para> The remaining suboptions specify how much of each channel gets mixed into each other channel. This is the complicated part. To break the task down, split the - suboptions into several sets, one set for each output channel. Each suboption - within a set corresponds to an input channel. The number you specify will be + suboptions into several sets, one set for each input channel. Each suboption + within a set corresponds to an output channel. The number you specify will be the percentage of the input channel that gets mixed into the output channel. </para> <para>
On Wed, Jan 27, 2010 at 09:42:34PM +0200, Heikki Rauhala wrote:
Hi,
The channel mixing section of the documentation has the input and output channels wrong in the description, but they are correct in the examples.
The patch against the trunk below describes the problem better.
Thanks for a great product!
Best regards, - Heikki.
Index: DOCS/xml/en/usage.xml =================================================================== --- DOCS/xml/en/usage.xml (revision 30445) +++ DOCS/xml/en/usage.xml (working copy) @@ -930,8 +930,8 @@ <para> The remaining suboptions specify how much of each channel gets mixed into each other channel. This is the complicated part. To break the task down, split the - suboptions into several sets, one set for each output channel. Each suboption - within a set corresponds to an input channel. The number you specify will be + suboptions into several sets, one set for each input channel. Each suboption + within a set corresponds to an output channel. The number you specify will be
While trying to read this I got confused once again. I think that change is indeed correct, though if someone can think of a description that is less confusing that would be even better.
On Wed, Jan 27, 2010 at 09:16:05PM +0100, Reimar Döffinger wrote:
On Wed, Jan 27, 2010 at 09:42:34PM +0200, Heikki Rauhala wrote:
The channel mixing section of the documentation has the input and output channels wrong in the description, but they are correct in the examples.
The patch against the trunk below describes the problem better.
--- DOCS/xml/en/usage.xml (revision 30445) +++ DOCS/xml/en/usage.xml (working copy) @@ -930,8 +930,8 @@ <para> The remaining suboptions specify how much of each channel gets mixed into each other channel. This is the complicated part. To break the task down, split the - suboptions into several sets, one set for each output channel. Each suboption - within a set corresponds to an input channel. The number you specify will be + suboptions into several sets, one set for each input channel. Each suboption + within a set corresponds to an output channel. The number you specify will be
While trying to read this I got confused once again. I think that change is indeed correct, though if someone can think of a description that is less confusing that would be even better.
Patch applied, thanks. Diego
participants (3)
-
Diego Biurrun -
Heikki Rauhala -
Reimar Döffinger