PCM32.GlobalSettings

Stores global settings of the instrument.

class PCM32
struct GlobalSettings {}

Members

Variables

baseChannel
ushort baseChannel;

Used for channel masking. The channel indicated by this value is used as the first channel that won't be ignored. Last channel not to be ignored is baseChannel + 31

tuning
float tuning;

base tuning

Meta