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

Method GetNoteOutputQueue

Source/ModularSynth.h:240–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 NamedMutex* GetAudioMutex() { return &mAudioThreadMutex; }
239 static std::thread::id GetAudioThreadID() { return sAudioThreadId; }
240 NoteOutputQueue* GetNoteOutputQueue() { return mNoteOutputQueue; }
241
242 IDrawableModule* CreateModule(const ofxJSONElement& moduleInfo);
243 void SetUpModule(IDrawableModule* module, const ofxJSONElement& moduleInfo);

Callers 2

PlayNoteInternalMethod · 0.80
FlushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected