Channel.allPanning

Wraps Mix_SetPanning which sets the panning volume of the left and right channels as posteffect for all channels

class Channel
static @property @trusted
void
allPanning
(
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