Home
last modified time | relevance | path

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

/dports/audio/zmusic/ZMusic-1.1.8/source/mididevices/
H A Dmusic_opnmidi_mididevice.cpp231 opn2_generateFormat(Renderer, len * 2, left, right, &audio_output_format); in ComputeOutput()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/
H A Dopnmidi.h874 extern OPNMIDI_DECLSPEC int opn2_generateFormat(struct OPN2_MIDIPlayer *device, int sampleCount, O…
H A Dopnmidi.cpp1118 …return opn2_generateFormat(device, sampleCount, (OPN2_UInt8 *)out, (OPN2_UInt8 *)(out + 1), &opn2_… in opn2_generate()
1121 OPNMIDI_EXPORT int opn2_generateFormat(struct OPN2_MIDIPlayer *device, int sampleCount, in opn2_generateFormat() function