aboutsummaryrefslogtreecommitdiffstats
path: root/src/comm.c
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24Use angle brackets for library includesDavid Robillard1-1/+3
2024-11-24Generalize audio/main thread communicationDavid Robillard1-11/+14
Defines a more general message structure that can also accommodate internal use (not just as a channel for plugin/UI message), and cleans up the ring reading/writing code to prepare for such use.
2024-11-24Move low-level event sending functions to a separate fileDavid Robillard1-0/+59
Takes advantage of the dependency trimming of the previous commit to work towards separating things more cleanly.