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

Method SendNoteToIndex

Source/NoteEcho.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void NoteEcho::SendNoteToIndex(int index, double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
83{
84 mDestinationCables[index]->PlayNoteOutput(time, pitch, velocity, voiceIdx, modulation);
85}
86
87void NoteEcho::SendCC(int control, int value, int voiceIdx)
88{

Callers

nothing calls this directly

Calls 1

PlayNoteOutputMethod · 0.80

Tested by

no test coverage detected