MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / gmext_write_end_ev

Function gmext_write_end_ev

src/Engine/GMCat.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static inline void gmext_write_end_ev (std::vector<unsigned char> &midi)
135{
136 midi.push_back(0xFF);
137 midi.push_back(0x2F);
138 midi.push_back(0);
139}
140
141static const unsigned int volume [0x80] = {
142 100,100,100,100,100, 90,100,100,100,100,100, 90,100,100,100,100,

Callers 1

gmext_write_midiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected