next up previous contents
Next: Functions Up: 4 Sample playback Previous: Constants

Data types

This section describes all data types used in MIDAS sample playback.



 

4.2.1 MIDASsample

 
typedef ... MIDASsample;

Description

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.



 

4.2.2 MIDASsamplePlayHandle

 
typedef ... MIDASsamplePlayHandle;

Description

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.



Petteri Kangaslampi
Mon Jan 27 00:19:24 EET 1997