SYNInit

C Specification

#include <revolution.h>
#include <revolution/syn.h>
void SYNInit(void);

Arguments

None.

Return Values

None.

Description

This function initializes the synthesizer's internal data members. It must be called before any other SYN API calls.

See Also

SYNQuit

Revision History

03/01/2006 Initial version.