DSP channels flags.
Namespace: Un4seen.Bass.AddOn.Fx
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
BASS_BFX_CHANALL | -1 | All channels at once (as by default). | |
BASS_BFX_CHANNONE | 0 | Disable an effect for all channels (resp. set the global volume of the BASS_BFX_VOLUME effect). | |
BASS_BFX_CHAN1 | 1 | left-front channel | |
BASS_BFX_CHAN2 | 2 | right-front channel | |
BASS_BFX_CHAN3 | 4 | Channel 3: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN4 | 8 | Channel 4: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN5 | 16 | Channel 5: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN6 | 32 | Channel 6: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN7 | 64 | Channel 7: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN8 | 128 | Channel 8: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN9 | 256 | Channel 9: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN10 | 512 | Channel 10: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN11 | 1024 | Channel 11: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN12 | 2048 | Channel 12: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN13 | 4096 | Channel 13: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN14 | 8192 | Channel 14: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN15 | 16384 | Channel 15: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN16 | 32768 | Channel 16: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN17 | 65536 | Channel 17: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN18 | 131072 | Channel 18: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN19 | 262144 | Channel 19: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN20 | 524288 | Channel 20: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN21 | 1048576 | Channel 21: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN22 | 2097152 | Channel 22: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN23 | 4194304 | Channel 23: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN24 | 8388608 | Channel 24: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN25 | 16777216 | Channel 25: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN26 | 33554432 | Channel 26: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN27 | 67108864 | Channel 27: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN28 | 134217728 | Channel 28: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN29 | 268435456 | Channel 29: depends on the multi-channel source (see above info). | |
BASS_BFX_CHAN30 | 536870912 | Channel 30: depends on the multi-channel source (see above info). |
Remarks
Multi-channel order of each channel is as follows:
3 channels | left-front, right-front, center. |
4 channels | left-front, right-front, left-rear/side, right-rear/side. |
6 channels (5.1) | left-front, right-front, center, LFE, left-rear/side, right-rear/side. |
8 channels (7.1) | left-front, right-front, center, LFE, left-rear/side, right-rear/side, left-rear center, right-rear center. |
See Also