Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ activityIndicatorReleased
Method
activityIndicatorReleased
src/tracks/InstrumentTrack.cpp:1160–1163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1158
1159
1160
void InstrumentTrackView::activityIndicatorReleased()
1161
{
1162
model()->processInEvent( MidiEvent( MidiNoteOff, 0, DefaultKey, 0 ) );
1163
}
1164
1165
1166
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