Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Clean up backend allocation and setup | David Robillard | 1 | -6/+14 | |
Separate the concerns of backend allocation and initialization, and always handle allocation at the top level. This avoids multiple confusing paths of backend allocation and configuration in the internal Jack backend. | |||||
2024-11-24 | Improve header documentation | David Robillard | 1 | -2/+1 | |
2024-11-24 | Fix Jack latency recomputation when plugin latency changes | David Robillard | 1 | -0/+4 | |
Paul Davis says "jack_recompute_total_latencies() is a server call. It is not legal to make server calls from within a server callback (like the process callback)." | |||||
2022-08-17 | Clean up comments | David Robillard | 1 | -1/+5 | |
2022-08-17 | Define JALV_BEGIN_DECLS and define JALV_END_DECLS | David Robillard | 1 | -6/+3 | |
One lines good, three lines bad. | |||||
2022-08-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -1/+1 | |
2022-08-17 | Separate backend.h from jalv_internal.h | David Robillard | 1 | -0/+37 | |