aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-24Move control port buffers to a separate arrayDavid Robillard1-1/+1
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
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