Home
last modified time | relevance | path

Searched refs:_getEventFromBuffer (Results 1 – 2 of 2) sorted by relevance

/dports/games/ivan/ivan-059/audio/
H A Dmidiplayback.h130 MIDI_CHAN_EVENT_t* _getEventFromBuffer(uint8_t channel, uint16_t index);
H A Dmidiplayback.cpp915 chanEvent = _getEventFromBuffer(j, i); in MPB_ReplayStatusBuffer()
950 MIDI_CHAN_EVENT_t* _getEventFromBuffer(uint8_t channel, uint16_t index) in _getEventFromBuffer() function
989 foundEvent = _getEventFromBuffer(channel, i); in _findChanEventInBuffer()