Home
last modified time | relevance | path

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

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dmidifile.c203 static boolean ReadChannelEvent(midi_event_t *event, in ReadChannelEvent() function
357 return ReadChannelEvent(event, event_type, true, stream); in ReadEvent()
363 return ReadChannelEvent(event, event_type, false, stream); in ReadEvent()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dmidifile.c203 static boolean ReadChannelEvent(midi_event_t *event, in ReadChannelEvent() function
357 return ReadChannelEvent(event, event_type, true, stream); in ReadEvent()
363 return ReadChannelEvent(event, event_type, false, stream); in ReadEvent()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dmidifile.c241 static dbool ReadChannelEvent(midi_event_t *event, in ReadChannelEvent() function
390 return ReadChannelEvent(event, event_type, true, mf); in ReadEvent()
396 return ReadChannelEvent(event, event_type, false, mf); in ReadEvent()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/MUSIC/
H A Dmidifile.c255 static dboolean ReadChannelEvent(midi_event_t *event, in ReadChannelEvent() function
404 return ReadChannelEvent(event, event_type, true, mf); in ReadEvent()
410 return ReadChannelEvent(event, event_type, false, mf); in ReadEvent()