Miles Sound System SDK 7.2a

AIL_DLS_compact

The function AIL_DLS_compact compacts the memory of a hardware DLS device.

void AIL_DLS_compact(
  HDLSDEVICE dls
);

In Parameters

dls
indicates the DLS device to compact the DLS memory for.

Discussion

Hardware devices aren't always very good at handling their memory, so if a call to AIL_DLS_load_file or AIL_DLS_load_memory fails, then you may want to call this function and then try the load again.


Group: DLS Services
Related Functions: AIL_DLS_load_file, AIL_DLS_load_memory, AIL_DLS_unload
Related Basic Types: HDLSDEVICE, void

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.