@@ -227,7 +227,7 @@ PCM stream related controls
227227
228228name='EMU10K1 PCM Volume',index 0-31
229229------------------------------------
230- Channel volume attenuation in range 0-0xffff . The maximum value (no
230+ Channel volume attenuation in range 0-0x1fffd . The middle value (no
231231attenuation) is default. The channel mapping for three values is
232232as follows:
233233
@@ -240,30 +240,30 @@ name='EMU10K1 PCM Send Routing',index 0-31
240240This control specifies the destination - FX-bus accumulators. There are 24
241241values in this mapping:
242242
243- * 0 - mono, A destination (FX-bus 0-63), default 0
244- * 1 - mono, B destination (FX-bus 0-63), default 1
245- * 2 - mono, C destination (FX-bus 0-63), default 2
246- * 3 - mono, D destination (FX-bus 0-63), default 3
247- * 4 - mono, E destination (FX-bus 0-63), default 0
248- * 5 - mono, F destination (FX-bus 0-63), default 0
249- * 6 - mono, G destination (FX-bus 0-63), default 0
250- * 7 - mono, H destination (FX-bus 0-63), default 0
251- * 8 - left, A destination (FX-bus 0-63), default 0
252- * 9 - left, B destination (FX-bus 0-63), default 1
243+ * 0 - mono, A destination (FX-bus 0-63), default 0
244+ * 1 - mono, B destination (FX-bus 0-63), default 1
245+ * 2 - mono, C destination (FX-bus 0-63), default 2
246+ * 3 - mono, D destination (FX-bus 0-63), default 3
247+ * 4 - mono, E destination (FX-bus 0-63), default 4
248+ * 5 - mono, F destination (FX-bus 0-63), default 5
249+ * 6 - mono, G destination (FX-bus 0-63), default 6
250+ * 7 - mono, H destination (FX-bus 0-63), default 7
251+ * 8 - left, A destination (FX-bus 0-63), default 0
252+ * 9 - left, B destination (FX-bus 0-63), default 1
253253* 10 - left, C destination (FX-bus 0-63), default 2
254254* 11 - left, D destination (FX-bus 0-63), default 3
255- * 12 - left, E destination (FX-bus 0-63), default 0
256- * 13 - left, F destination (FX-bus 0-63), default 0
257- * 14 - left, G destination (FX-bus 0-63), default 0
258- * 15 - left, H destination (FX-bus 0-63), default 0
255+ * 12 - left, E destination (FX-bus 0-63), default 4
256+ * 13 - left, F destination (FX-bus 0-63), default 5
257+ * 14 - left, G destination (FX-bus 0-63), default 6
258+ * 15 - left, H destination (FX-bus 0-63), default 7
259259* 16 - right, A destination (FX-bus 0-63), default 0
260260* 17 - right, B destination (FX-bus 0-63), default 1
261261* 18 - right, C destination (FX-bus 0-63), default 2
262262* 19 - right, D destination (FX-bus 0-63), default 3
263- * 20 - right, E destination (FX-bus 0-63), default 0
264- * 21 - right, F destination (FX-bus 0-63), default 0
265- * 22 - right, G destination (FX-bus 0-63), default 0
266- * 23 - right, H destination (FX-bus 0-63), default 0
263+ * 20 - right, E destination (FX-bus 0-63), default 4
264+ * 21 - right, F destination (FX-bus 0-63), default 5
265+ * 22 - right, G destination (FX-bus 0-63), default 6
266+ * 23 - right, H destination (FX-bus 0-63), default 7
267267
268268Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
269269more than once (it means 0=0 && 1=0 is an invalid combination).
0 commit comments