Channel.panning

Wraps Mix_SetPanning which sets the panning volume of the left and right channels for the track channel

class Channel
const @property @trusted
void
panning
(
ubyte[2] newLR
)

Parameters

newLR ubyte[2]

tuple of the volumes from 0 to 255 of the left and right channels in order

Throws

dsdl2.SDLException if failed to set the panning

Meta