#include <revolution.h>
#include <revolution/syn.h>
u32 SYNGetActiveNotes(SYNSYNTH *synth);
| synth | pointer to the user-initialized SYNSYNTH data structure |
Returns number of notes that are currently active.
This function gets the number of notes still running for the specified synthesizer.
2006/03/01 Initial version.
CONFIDENTIAL