MCPcopy Create free account
hub / github.com/LMMS/lmms / midiValueChanged

Method midiValueChanged

src/gui/ControllerConnectionDialog.cpp:411–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409
410
411void ControllerConnectionDialog::midiValueChanged()
412{
413 if( m_midiAutoDetect.value() )
414 {
415 m_midiController->useDetected();
416 if( m_readablePorts )
417 {
418 m_readablePorts->updateMenu();
419 }
420 }
421}
422
423
424

Callers

nothing calls this directly

Calls 3

useDetectedMethod · 0.80
valueMethod · 0.45
updateMenuMethod · 0.45

Tested by

no test coverage detected