- Initial forked version of LADI/jack-tools
- Fix a typo in
alsa_in
manpage - Fix source-code comments and manpage for
jack_simple_client
- Remove includes of non-standard
alloca.h
header
- Ensure internal clients export their function entry points
- Fix macOS and Windows builds
- Fix crashes in
midi_latency_test
- Fix regression in
alsa_in
that broke resampling (reverted code to known good state) - Fix usage help string in
midiseq
- Add legacy example-clients and tools
- Add man pages for example-clients and tools from jack2
- Add jack2-only example-clients
- Add license files for example-clients and tools and imported zalsa files
- Add meson build system
- Add CI builds against jack1 and jack2 in an Arch Linux container
- Add supported jack version to project description: jack1 (>=0.126.0), jack2 (>=1.9.20), pipewire-jack (>=0.3.44)
- Add support to compile against different jack implementations based on available features and function definitions
- Consolidate example-clients and tools with the versions in jack2
- Apply commits from open pull requests in example-clients and tools
- Make target executables and libraries compatible with jack1 and jack2 (if possible)