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

Method SendNoteToCable

Source/NoteStepSequencer.cpp:960–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958}
959
960void NoteStepSequencer::SendNoteToCable(int index, double time, int pitch, int velocity)
961{
962 mStepCables[index]->PlayNoteOutput(time, pitch, velocity);
963}
964
965void NoteStepSequencer::UpdateLights()
966{

Callers

nothing calls this directly

Calls 1

PlayNoteOutputMethod · 0.80

Tested by

no test coverage detected