MCPcopy Create free account
hub / github.com/asb2m10/dexed / panic

Method panic

Source/PluginProcessor.cpp:648–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void DexedAudioProcessor::panic() {
649 for(int i=0;i<MAX_ACTIVE_NOTES;i++) {
650 voices[i].midi_note = -1;
651 voices[i].keydown = false;
652 voices[i].live = false;
653 if ( voices[i].dx7_note != NULL ) {
654 voices[i].dx7_note->oscSync();
655 }
656 }
657 keyboardState.reset();
658}
659
660void DexedAudioProcessor::handleIncomingMidiMessage(MidiInput* source, const MidiMessage& message) {
661 if ( message.isActiveSense() )

Callers

nothing calls this directly

Calls 2

oscSyncMethod · 0.80
resetMethod · 0.80

Tested by

no test coverage detected