PCM8.SampleAssignment

Defines a single sample-to-note assignment.

class PCM8
protected
struct SampleAssignment {}

Members

Variables

baseFreq
float baseFreq;

The base frequency of the sample. Overrides the format definition.

loopBegin
int loopBegin;

Start of a looppoint. -1, if looppoint is not available.

loopEnd
int loopEnd;

End of a looppoint. -1, if looppoint is not available.

sampleNum
uint sampleNum;

Number of sample that is assigned.

Meta