MCPcopy Create free account
hub / github.com/christophhart/HISE / isNoteOn

Method isNoteOn

hi_scripting/scripting/api/ScriptingApiObjects.cpp:4972–4972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4970void ScriptingObjects::ScriptingMessageHolder::addToTimestamp(int deltaSamples) { e.addToTimeStamp((int16)deltaSamples); }
4971void ScriptingObjects::ScriptingMessageHolder::setStartOffset(int offset) { e.setStartOffset((uint16)offset); }
4972bool ScriptingObjects::ScriptingMessageHolder::isNoteOn() const { return e.isNoteOn(); }
4973bool ScriptingObjects::ScriptingMessageHolder::isNoteOff() const { return e.isNoteOff(); }
4974bool ScriptingObjects::ScriptingMessageHolder::isController() const { return e.isController() || e.isPitchWheel() || e.isAftertouch(); }
4975

Callers 11

handleHiseEventMethod · 0.45
preHiseEventCallbackMethod · 0.45
handleHiseEventMethod · 0.45
handleHiseEventMethod · 0.45
handleHiseEventMethod · 0.45
onControllerMethod · 0.45
equalsMethod · 0.45
setVelocityMethod · 0.45
addMessageFromHolderMethod · 0.45
handleNoteCounterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected