Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Use angle brackets for library includes | David Robillard | 1 | -1/+3 | |
2024-11-24 | Generalize audio/main thread communication | David Robillard | 1 | -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-24 | Move low-level event sending functions to a separate file | David Robillard | 1 | -0/+59 | |
Takes advantage of the dependency trimming of the previous commit to work towards separating things more cleanly. |