| 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); |
no outgoing calls
no test coverage detected