midiOutCacheDrumPatches function winmm
The midiOutCacheDrumPatches function requests that an internal MIDI synthesizer device preload and cache a specified set of key-based percussion patches.
MMRESULT midiOutCacheDrumPatches(
HMIDIOUT hmo,
UINT uPatch,
LPWORD pwkya,
UINT fuCache
);
Implementation
int midiOutCacheDrumPatches(
int hmo,
int uPatch,
Pointer<Uint16> pwkya,
int fuCache,
) => _midiOutCacheDrumPatches(hmo, uPatch, pwkya, fuCache);