aboutsummaryrefslogtreecommitdiffstats
path: root/src/control.h
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24Use angle brackets for library includesDavid Robillard1-3/+3
2024-11-24Improve header documentationDavid Robillard1-2/+1
2024-11-24Factor out free_control()David Robillard1-0/+4
2024-11-24Generalize audio/main thread communicationDavid Robillard1-8/+0
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-14Add brief comments for undocumented "public" functionsDavid Robillard1-0/+2
2024-11-14Remove unused prototypes and make functions static where possibleDavid Robillard1-4/+0
2022-08-17Define JALV_BEGIN_DECLS and define JALV_END_DECLSDavid Robillard1-6/+3
One lines good, three lines bad.
2022-08-17Move control-related type definitions to control.hDavid Robillard1-1/+55
2022-08-17Move JalvURIDs and JalvNodes to their own headersDavid Robillard1-0/+1
2022-08-17Remove Jalv back pointer from ControlIDDavid Robillard1-2/+13
Bit of a kludge, but this unblocks further cleanup and modularization. The Gtk static data / signal issues can be addressed later.
2022-08-17Separate control.h from jalv_internal.hDavid Robillard1-0/+40