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

Method PlayStepNote

Source/StepSequencer.cpp:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723void StepSequencer::PlayStepNote(double time, int note, float val)
724{
725 mNoteOutput.PlayNote(time, note, val * 127);
726}
727
728void StepSequencer::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
729{

Callers 2

PlayStepMethod · 0.80
OnTimeEventMethod · 0.80

Calls 1

PlayNoteMethod · 0.45

Tested by

no test coverage detected