SYNQuitSynth

C Specification

#include <revolution.h>
#include <revolution/syn.h>
void SYNQuitSynth(SYNSYNTH *synth);

Arguments

synth pointer to the specified SYNSYNTH data structure

Return Values

None.

Description

This function carefully shuts down a running instance of the synthesizer.

See Also

SYNInitSynth

Revision History

03/01/2006 Initial version.