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

Method isArtificial

hi_scripting/scripting/api/ScriptingApi.cpp:1061–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061bool ScriptingApi::Message::isArtificial() const
1062{
1063 if (constMessageHolder != nullptr)
1064 {
1065 return constMessageHolder->isArtificial();
1066 }
1067
1068 return false;
1069}
1070
1071void ScriptingApi::Message::setAllNotesOffCallback(var onAllNotesOffCallback)
1072{

Callers 6

handleAsyncUpdateMethod · 0.45
addVolumeFadeMethod · 0.45
pushArtificialNoteOnMethod · 0.45
handleNoteCounterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected