Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ controllerNumber
Method
controllerNumber
include/MidiEvent.h:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
uint8_t controllerNumber() const
154
{
155
return param( 0 ) & 0x7F;
156
}
157
158
void setControllerNumber( uint8_t num )
159
{
Callers
7
processOutEvent
Method · 0.80
processInEvent
Method · 0.80
processInEvent
Method · 0.80
processInEvent
Method · 0.80
handleMidiEvent
Method · 0.80
processMidiEvent
Method · 0.80
handleMidiEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected