MCPcopy 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
1152void InstrumentTrackView::activityIndicatorPressed()
1153{
1154 model()->processInEvent( MidiEvent( MidiNoteOn, 0, DefaultKey, MidiDefaultVelocity ) );
1155}
1156
1157
1158

Callers

nothing calls this directly

Calls 3

modelFunction · 0.50
MidiEventClass · 0.50
processInEventMethod · 0.45

Tested by

no test coverage detected