n_alSynAddSeqPlayer

alSynAddSeqPlayer

Function

n_alSynAddSeqPlayer

Adds a client player to the synthesizer

Syntax

#include <n_libaudio.h>
void n_alSynAddSeqPlayer(ALPlayer *client);

Arguments

client
Pointer to the sequence player client to be added

Description

This function is available in the n_audio library.

It registers a sequence player at the synthesizer driver as a client. This function is based on the normal function alSynAddPlayer from the audio library for sequence players to be registered. This function is functionally equivalent to alSynAddPlayer. For details on this function, see alSynAddPlayer.

Note that the number of sequence players that can be registered is limited to 2 in the n_audio library. Please be aware of the number of already registered sequence players when you use this function.

For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.