Umbrella installer for all ARA SDK submodules
Stars
193
Forks
14
Watchers
193
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
365
commits
Draft of lyrics-related content types updated according to review feedback
b5ed7b2View on GitHubReorder declarations to work properly with C++20 std::unique_ptr<> requirements
336b319View on GitHubMove semaphore from MainThreadMessageDispatcher to dedicated helper class and refactor dispatch accordingly
4e1eaaaView on GitHubwaitForMessage...() must be implemented by IPC MEssageChannel instead of Connection to properly deal with IPC running on the main thread
2cee7f5View on GitHubSuppress unnecessary main thread wakeups when waiting for IPC messages
bb92e18View on GitHubAudioUnit implementation of AUMessageChannel moved from example code to IPC library as dynamic ObjC class
4256b35View on GitHubMade IPC MessageDispatcher and its subclasses private details of Connection implementation
f2a3cf3View on GitHubInstead of subclassing, provide IPC Connection delegate data as construction parameter
dfc3f78View on GitHubIPC Connection encapsulates WaitForMessageDelegate as std::function<>
0d929c6View on GitHubMake MessageHandler a creation parameter of IPC Connection
ffc8d77View on GitHubIPCProxyPlugIn/Host take ownership of its associated IPCConnection
704e6feView on GitHub