TermJuggler

Terminates the Juggler mechanism for controlling events.

Synopsis

int32 TermJuggler( void )

Description

This function terminates the Juggler, which eliminates support for object-oriented calls, Juggler playback, and MIDI score playback. A task should call this function when finished with the Juggler.

Arguments

None.

Return Value

This function returns 0 if successful or an error code (a negative value) if an error occurs.

Implementation

Library call implemented in music.lib V20.

Associated Files

juggler.h, music.lib

See Also

InitJuggler(), BumpJuggler()