Miles Sound System SDK 7.2a

AIL_destroy_wave_synthesizer

The function AIL_destroy_wave_synthesizer destroys a "virtual wave synthesizer" instance created by a previous call to the AIL_create_wave_synthesizer function.

void AIL_destroy_wave_synthesizer(
  HWAVESYNTH W
);

In Parameters

W
specifies a handle to the wave synthesizer instance to destroy.

Discussion

Note that this function is now obsolete. Applications should migrate to the DLS functions as soon as possible.

Before uninstalling either the digital or the XMIDI driver associated with a virtual wave synthesizer, the wave synthesizer instance should be destroyed by calling this function.

Example files that use this function: MIDIECHO.C, XDIGPLAY.C


Group: XMIDI Services
Related Functions: AIL_create_wave_synthesizer
Related Basic Types: HWAVESYNTH, void

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