Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-11-24 | Rename jalv_internal.h to jalv.h | David Robillard | 1 | -1/+1 |
2024-11-24 | Clean up include paths | David Robillard | 1 | -0/+1 |
2024-11-24 | Use angle brackets for library includes | David Robillard | 1 | -5/+5 |
2024-11-24 | Move control port buffers to a separate array | David Robillard | 1 | -1/+1 |
2024-11-24 | Use message mechanism to pause plugin execution | David Robillard | 1 | -0/+21 |
2024-11-24 | Use message mechanism to request plugin state updates | David Robillard | 1 | -13/+15 |
2024-11-24 | Factor out jalv_write_get_message() from process callbacks | David Robillard | 1 | -0/+13 |
2024-11-24 | Use a typedef for ports like other structs | David Robillard | 1 | -1/+1 |
2024-11-24 | Move process thread code to a separate file | David Robillard | 1 | -0/+102 |