Home
last modified time | relevance | path

Searched refs:fm_instruments (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/musserv/
H A Dsequencer.c124 opl_instr_t fm_instruments[175]; variable
819 note = fm_instruments[note + 93].note; in note_on()
1006 fm_sbi[x].operators[0] = fm_instruments[x].patchdata[0]; in fmload()
1007 fm_sbi[x].operators[1] = fm_instruments[x].patchdata[7]; in fmload()
1008 fm_sbi[x].operators[2] = fm_instruments[x].patchdata[4] + fm_instruments[x].patchdata[5]; in fmload()
1009 fm_sbi[x].operators[3] = fm_instruments[x].patchdata[11] + fm_instruments[x].patchdata[12]; in fmload()
1010 fm_sbi[x].operators[4] = fm_instruments[x].patchdata[1]; in fmload()
1011 fm_sbi[x].operators[5] = fm_instruments[x].patchdata[8]; in fmload()
1012 fm_sbi[x].operators[6] = fm_instruments[x].patchdata[2]; in fmload()
1019 fm_sbi[x].operators[13] = fm_instruments[x].patchdata[20] + fm_instruments[x].patchdata[21]; in fmload()
[all …]
H A Dreadwad.c45 extern opl_instr_t fm_instruments[175]; // from genmidi file
238 fread(&fm_instruments, sizeof(opl_instr_t), 175, wadfile); in read_wad_genmidi()
/dports/games/heretic/glheretic-1.2/musserv/
H A Dsequencer.c67 static const struct opl_instr *fm_instruments; variable
112 fm_instruments = fm_instr; in fmload()
123 map_opl2sbi(&fm_instruments[i].patchdata[0], in fmload()
133 if ((fm_instruments[i].flags & FL_DOUBLE_VOICE) && has_opl3) in fmload()
138 map_opl2sbi(&fm_instruments[i].patchdata[1], in fmload()
445 opl = &fm_instruments[pri_patch]; in fm_start_voice()