MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / noteAllOff

Method noteAllOff

TheForceEngine/TFE_Audio/systemMidiDevice.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84 void SystemMidiDevice::noteAllOff()
85 {
86 for (u32 c = 0; c < MIDI_CHANNEL_COUNT; c++)
87 {
88 message(MID_CONTROL_CHANGE + c, MID_ALL_NOTES_OFF, 0);
89 }
90 }
91
92 void SystemMidiDevice::setVolume(f32 volume)
93 {

Callers 1

stopAllNotesFunction · 0.45

Calls 1

messageClass · 0.85

Tested by

no test coverage detected