Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ execNoteOnMidi
Method
execNoteOnMidi
libs/JSystem/JAudio/System/JASSeqParser.cpp:911–913 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
909
}
910
911
s32 JASSeqParser::execNoteOnMidi(JASTrack *track, u32 pData, u32 p2, u32 p3) {
912
return track->noteOn(pData, p2, p3);
913
}
914
915
s32 JASSeqParser::execNoteOff(JASTrack *track, u32 pData) {
916
return track->noteOff(pData, 0);
Callers
nothing calls this directly
Calls
1
noteOn
Method · 0.45
Tested by
no test coverage detected