Home
last modified time | relevance | path

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

/dports/audio/zmusic/ZMusic-1.1.8/source/mididevices/
H A Dmusic_opnmidi_mididevice.cpp143 return (opn2_openBankFile(Renderer, bankfile) == 0); in LoadCustomBank()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/
H A Dopnmidi.h464 extern OPNMIDI_DECLSPEC int opn2_openBankFile(struct OPN2_MIDIPlayer *device, const char *filePath);
H A Dopnmidi.cpp266 OPNMIDI_EXPORT int opn2_openBankFile(OPN2_MIDIPlayer *device, const char *filePath) in opn2_openBankFile() function