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

Method readablePorts

include/MidiWinMM.h:75–78  ·  view source on GitHub ↗

list devices as ports

Source from the content-addressed store, hash-verified

73
74 // list devices as ports
75 virtual QStringList readablePorts() const
76 {
77 return m_inputDevices.values();
78 }
79
80 virtual QStringList writablePorts() const
81 {

Callers 6

updateReadablePortsMethod · 0.45
copyToMidiControllerMethod · 0.45
useDetectedMethod · 0.45
midiToggledMethod · 0.45
updateMenuMethod · 0.45

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected