This section describes all data types used in MIDAS sample playback.
typedef ... MIDASsample;
MIDASsample is a sample handle that defines a sample that has been loaded into memory. The sample handle is used for identifying the sample when playing or deallocating it.
typedef ... MIDASsamplePlayHandle;
MIDASsamplePlayHandle is a sample playing handle. It describes a sample sound that is being played. The sample playing handle is used for controlling the attributes of the sound, such as panning or volume, and for stopping the sound.