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

Function ImMidiStopAllNotes

TheForceEngine/TFE_Jedi/IMuse/imuse.cpp:2109–2115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2107 }
2108
2109 void ImMidiStopAllNotes(ImMidiPlayer* player)
2110 {
2111 for (s32 i = 0; i < MIDI_CHANNEL_COUNT; i++)
2112 {
2113 ImMidiCommand(player, i, MID_ALL_NOTES_OFF, 0);
2114 }
2115 }
2116
2117 void ImMidiCommand(ImMidiPlayer* player, s32 channelIndex, s32 midiCmd, s32 value)
2118 {

Callers 1

ImJumpMidiInternalFunction · 0.85

Calls 1

ImMidiCommandFunction · 0.85

Tested by

no test coverage detected