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

Method QueueFlush

Source/NoteOutputQueue.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void NoteOutputQueue::QueueFlush(NoteOutput* target, double time)
43{
44 PendingNoteOutput output;
45 output.target = target;
46 output.isFlush = true;
47 output.time = time;
48 mQueue.enqueue(output);
49}
50
51void NoteOutputQueue::Process()
52{

Callers 1

FlushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected