Home
last modified time | relevance | path

Searched refs:MIDI_HEADER_SIGNATURE (Results 1 – 4 of 4) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/audiolib/src/
H A D_midi.h40 #define MIDI_HEADER_SIGNATURE 0x6468544d // "MThd" macro
H A Dmidi.cpp696 if (B_UNBUF32(song) != MIDI_HEADER_SIGNATURE) in MIDI_PlaySong()
/dports/games/jfsw/jfsw-c434002/jfaudiolib/src/
H A D_midi.h45 #define MIDI_HEADER_SIGNATURE 0x6468544d // "MThd" macro
H A Dmidi.c1339 if ( *( unsigned int * )song != LITTLE32(MIDI_HEADER_SIGNATURE) ) in MIDI_PlaySong()