Channel.opCall

Short set function.

struct Channel
void
opCall
(
ubyte bits
,)

Examples

Channel ch;
ch(8, Channel.Type.Stereo); // set bits and type for this channel.

Meta