Home
last modified time | relevance | path

Searched refs:OPLinstruments (Results 1 – 7 of 7) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dmlopl.cpp69 if (OPLinstruments != NULL) free(OPLinstruments); in ~musicBlock()
218 if (OPLinstruments) in getInstrument()
219 return &OPLinstruments[instrnumber]; in getInstrument()
468 if (OPLinstruments != NULL) in OPLloadBank()
470 free(OPLinstruments); in OPLloadBank()
472 OPLinstruments = instruments; in OPLloadBank()
478 OPLinstruments[i].instr[0].basenote, in OPLloadBank()
479 OPLinstruments[i].instr[1].basenote, in OPLloadBank()
480 OPLinstruments[i].note, in OPLloadBank()
481 OPLinstruments[i].flags); in OPLloadBank()
H A Dmuslib.h215 struct OP2instrEntry *OPLinstruments; member
/dports/audio/zmusic/ZMusic-1.1.8/source/mididevices/
H A Dmusic_opl_mididevice.cpp96 memcpy(OPLinstruments, oplConfig.OPLinstruments, sizeof(OPLinstruments)); in OPLMIDIDevice()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/oplsynth/
H A Dmusicblock.h29 struct GenMidiInstrument OPLinstruments[GENMIDI_NUM_TOTAL]; member
/dports/audio/zmusic/ZMusic-1.1.8/source/zmusic/
H A Dmidiconfig.h51 …uint8_t OPLinstruments[36 * 175]; // it really is 'struct GenMidiInstrument OPLinstruments[GENMIDI… member
H A Dconfiguration.cpp142 memcpy(oplConfig.OPLinstruments, data, 175 * 36); in ZMusic_SetGenMidi()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/
H A Dmusicblock.cpp206 instrument = &OPLinstruments[key + (GENMIDI_NUM_INSTRS - GENMIDI_FIST_PERCUSSION)]; in noteOn()
212 instrument = &OPLinstruments[inst]; in noteOn()