Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Cleanly separate audio thread from the rest of the application | David Robillard | 1 | -44/+28 | |
2024-11-24 | Move process thread setup code to a separate file | David Robillard | 1 | -8/+0 | |
Towards more cleanly separating the audio thread code from the rest of the application. | |||||
2024-11-24 | Factor out "settings" that affect the execution process | David Robillard | 1 | -19/+16 | |
2024-11-24 | Simplify port buffer allocation | David Robillard | 1 | -1/+4 | |
2024-11-24 | Rename jalv_internal.h to jalv.h | David Robillard | 1 | -0/+142 | |
The "internal" name never made much sense to begin with (since this is a program, not a library), but now this header only describes the "main" Jalv struct and functions directly associated with it (the top-level interface of the application), so name it accordingly. This also makes include-what-you-use actually check this header, which it wasn't before for some mysterious reason. |