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

Method SendNoteToIndex

Source/NoteHocket.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void NoteHocket::SendNoteToIndex(int index, double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
172{
173 mDestinationCables[index]->PlayNoteOutput(time, pitch, velocity, voiceIdx, modulation);
174}
175
176void NoteHocket::Reseed()
177{

Callers

nothing calls this directly

Calls 1

PlayNoteOutputMethod · 0.80

Tested by

no test coverage detected