Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateReadablePorts
Method · 0.45
copyToMidiController
Method · 0.45
useDetected
Method · 0.45
ControllerConnectionDialog
Method · 0.45
midiToggled
Method · 0.45
updateMenu
Method · 0.45
Calls
1
values
Method · 0.80
Tested by
no test coverage detected