aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24Improve header documentationDavid Robillard1-2/+1
2024-11-24Use message mechanism to pause plugin executionDavid Robillard1-0/+13
2024-11-24Use message mechanism to request plugin state updatesDavid Robillard1-11/+0
Replaces highly questionable cross-thread use of the request_update flag.
2024-11-24Factor out jalv_write_get_message() from process callbacksDavid Robillard1-0/+11
2024-11-24Move process thread code to a separate fileDavid Robillard1-0/+32