jack-example-tools icon indicating copy to clipboard operation
jack-example-tools copied to clipboard

Official examples and tools from the JACK project

Results 9 jack-example-tools issues
Sort by recently updated
recently updated
newest added

on ubuntustudio 20.04 / meson 0.63.1 / ninja 1.10.2.git.kitware.jobserver-1 compilation fails with following error: ``` [1/38] Compiling C object example-clients/jack_inprocess.so.p/inprocess.c.o FAILED: example-clients/jack_inprocess.so.p/inprocess.c.o ccache cc -Iexample-clients/jack_inprocess.so.p -Iexample-clients -I../example-clients -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall...

Since version 1.9.20 of JACK, the simple client feature has changed but the documentation (manpage and source-code comments) has not been updated and could confuse people who are working with...

As discussed on IRC: `alloca()` is a method to allocate dynamic memory on the stack. It is non-standard, although implemented on most platforms. In general it is superseded by the...

enhancement

It seems the (unwritten?) convention about internal clients vs. drivers appears to be, that the drivers have a `jack_` prefix and the internal clients do not. Both types of shared...

bug
documentation
question

This adds an editorconfig (see https://editorconfig-specification.readthedocs.io/) file and a clang-format configuration (see https://clang.llvm.org/docs/ClangFormatStyleOptions.html). All files are formatted using the clang-format configuration file. Fixes #42

enhancement

Per most files there is use of tabs, so lets use that. iodelay.cpp looks awful Opening ticket as reminder to do this later.

Use getaddrinfo() instead, which can do IPv6 and multiple addresses.