MCPcopy Create free account
hub / github.com/EasyRPG/Player / Update

Method Update

src/audio_generic.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void GenericAudio::Update() {
198 // no-op, handled by the Decode function called through a thread
199}
200
201GenericAudioMidiOut* GenericAudio::CreateAndGetMidiOut() {
202 if (!midi_thread) {

Callers 1

DecodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected