MAX_OPL2_VOICES
opl3->max_voices = MAX_OPL2_VOICES;
if (voice < MAX_OPL2_VOICES) {
voice_offset = voice - MAX_OPL2_VOICES;
if (voice < MAX_OPL2_VOICES) {
voice_offset = voice - MAX_OPL2_VOICES;
if (voice < MAX_OPL2_VOICES) {
voice_offset = voice - MAX_OPL2_VOICES;
arg->nvoices = MAX_OPL2_VOICES;
MAX_OPL2_VOICES : MAX_OPL3_VOICES;
MAX_OPL2_VOICES : MAX_OPL3_VOICES;
MAX_OPL2_VOICES : MAX_OPL3_VOICES;
if (i < MAX_OPL2_VOICES) {
voice_offset = i - MAX_OPL2_VOICES;
opl3->max_voices = MAX_OPL2_VOICES;
char snd_opl3_regmap[MAX_OPL2_VOICES][4] =
MAX_OPL3_VOICES : MAX_OPL2_VOICES))
if (note->voice < MAX_OPL2_VOICES) {
voice_offset = note->voice - MAX_OPL2_VOICES;
MAX_OPL3_VOICES : MAX_OPL2_VOICES))
if (voice->voice < MAX_OPL2_VOICES) {
voice_offset = voice->voice - MAX_OPL2_VOICES;
voice_offset = array_index_nospec(voice_offset, MAX_OPL2_VOICES);
extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];