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

Method PlayNote

Source/INoteSource.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#include "NoteOutputQueue.h"
33
34void NoteOutput::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
35{
36 ResetStackDepth();
37 PlayNoteInternal(time, pitch, velocity, voiceIdx, modulation, false);
38}
39
40void NoteOutput::PlayNoteInternal(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation, bool isFromMainThreadAndScheduled)
41{

Callers 2

PlayNoteInternalMethod · 0.45
FlushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected