BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerPanMirror Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the panning of the MirrorChannel (and all attached ChannelNumChans) between -1 (left) to +1 (right), 0=centered.

Namespace:  Un4seen.BassAsio
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public float PanMirror { get; set; }

Property Value

Type: Single
Remarks

Setting the panning uses the VolumeMirror property in order to calculate the individual channel volume. E.g. if you set the panning to -0.7 at a volume of 1.0: chan1-volume (left) = 0.3, chan2-volume (right) = 1.0.

The panning value ranges from -1.0 (left) to 0.0 (center) to +1.0 (right).

In case of multi-channel (not stereo, ChannelNumChans is greater than 2) the left/right positions are interleaved between the additional channels.

See Also

Reference