MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SendNoteToIndex

Method SendNoteToIndex

Source/NoteStepper.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void NoteStepper::SendNoteToIndex(int index, double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
111{
112 mDestinationCables[index]->PlayNoteOutput(time, pitch, velocity, voiceIdx, modulation);
113}
114
115void NoteStepper::SendCC(int control, int value, int voiceIdx)
116{

Callers

nothing calls this directly

Calls 1

PlayNoteOutputMethod · 0.80

Tested by

no test coverage detected