Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ activityIndicatorPressed
Method
activityIndicatorPressed
src/tracks/InstrumentTrack.cpp:1152–1155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1150
1151
1152
void InstrumentTrackView::activityIndicatorPressed()
1153
{
1154
model()->processInEvent( MidiEvent( MidiNoteOn, 0, DefaultKey, MidiDefaultVelocity ) );
1155
}
1156
1157
1158
Callers
nothing calls this directly
Calls
3
model
Function · 0.50
MidiEvent
Class · 0.50
processInEvent
Method · 0.45
Tested by
no test coverage detected