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

Method initProgram

Source/PluginEditor.cpp:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void DexedAudioProcessorEditor::initProgram() {
254 processor->resetToInitVoice();
255}
256
257void DexedAudioProcessorEditor::comboBoxChanged (ComboBox* comboBoxThatHasChanged) {
258 processor->setCurrentProgram(global.programs->getSelectedId()-1);

Callers 1

buttonClickedMethod · 0.80

Calls 1

resetToInitVoiceMethod · 0.80

Tested by

no test coverage detected