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

Method addNoteOn

hi_scripting/scripting/api/ScriptingApi.cpp:6252–6255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6250}
6251
6252int ScriptingApi::Synth::addNoteOn(int channel, int noteNumber, int velocity, int timeStampSamples)
6253{
6254 return internalAddNoteOn(channel, noteNumber, velocity, timeStampSamples, 0);
6255}
6256
6257void ScriptingApi::Synth::addNoteOff(int channel, int noteNumber, int timeStampSamples)
6258{

Callers 2

onNoteOffFunction · 0.80
sendNoteOnInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected