Name
unregister_sound_synth —
unregister a synth device
Synopsis
void unregister_sound_synth (
int unit)
;
Arguments
unit
unit number to allocate
Description
Release a sound device that was allocated with register_sound_synth
.
The unit passed is the return value from the register function.