LoadSample


LoadSample

Loads an AIFF sample file

Synopsis

LoadSample <symbol> <file name>

Argument

<symbol>
New symbol in the sample name space to give this
sample.
<file name>
Name of an AIFF sample file to load.

Examples

The following shows a patch file that uses LoadSample.

LoadSample horn trumpet.aiff                                ; load the sample file named 
                                ; trumpet.aiff                             and call it horn
                                ; (for later attachment to sample
                                ; player instruments).

See Also

AttachSample