aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24Use message mechanism to pause plugin executionDavid Robillard1-0/+21
2024-11-24Use message mechanism to request plugin state updatesDavid Robillard1-13/+15
Replaces highly questionable cross-thread use of the request_update flag.
2024-11-24Factor out jalv_write_get_message() from process callbacksDavid Robillard1-0/+13
2024-11-24Use a typedef for ports like other structsDavid Robillard1-1/+1
2024-11-24Move process thread code to a separate fileDavid Robillard1-0/+102