Name
FreeSample -- free a sample
Synopsis
FreeSample(id)
Function
This function frees the memory of the sample specified by id. This is normally not necessary because Hollywood frees all memory when it quits. However, if you are running out of memory and want to free the sample by yourself, use this function.

Inputs
id
identifier of the sample
Example
See LoadSample


Show TOC