falkTX
1a81aa0ee1
Fix build under macOS arm64
Closes #685
4 years ago
Fabian Koller
b2ba349a4e
Change returncodes of jackd on success
`--help` and `--version` do not result in server failures.
Instead of returning the default `-1`, return a more reasonable `0`.
4 years ago
Khem Raj
57aa8ad346
Use SYS_futex instead of __NR_futex
SYS_futex is expected from system C library.
in glibc (/usr/include/bits/syscall.h defines it in terms of of NR_futex)
rv32 is using 64bit time_t from get go unlike other 32bit architectures
in glibc, therefore it wont have NR_futex defined but just NR_futex_time64
this aliases it to NR_futex so that SYS_futex is then defined for rv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
4 years ago
Luciano Iam
a23d22eacf
Update README_MINGW to reflect 2020 changes
4 years ago
falkTX
ac62faa9c0
Fix registry keys for Windows, add 32bit compat ones on 64bit
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
dc6c9959ed
Revise previous commit, keep a *.0.dylib present
4 years ago
falkTX
0f2e3b2e83
Force library compat/current version under macOS
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
a938d7aef3
Revert "Bump JACK_API_VERSION to match jack1 (1.0.0)"
This reverts commit ede4621675
.
4 years ago
falkTX
ede4621675
Bump JACK_API_VERSION to match jack1 (1.0.0)
4 years ago
falkTX
5b78c2ef15
Merge branch 'develop'
4 years ago
falkTX
db76dd6bb8
1.9.16 release
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d90ef27d60
Remove jack-router windows code, moved to new repo
See https://github.com/jackaudio/jack-router/
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d8e744aa0c
Revert "metadata: Make JACK_METADATA_* constant"
This reverts commit f3e8a6bc6b
.
See https://github.com/jackaudio/jack2/issues/646 for the reason.
As the old headers are already widely used, it is too late now.
4 years ago
Stephane Letz
1f8883862e
Fix jackctl_parameter_reset and jackctl_parameter_set_value return values.
4 years ago
falkTX
9a99d202eb
Remove "v" prefix from Windows installer files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
198b1a2b39
Remove "v" prefix from Windows installer files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ca59f52ab9
Merge branch 'develop'
4 years ago
falkTX
8f81dd5951
Fix Changelog formatting
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ef0f3c0931
Preparations for 1.9.15 release
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ff8fe7b551
Merge branch 'develop'
4 years ago
luz.paz
c05afaa72d
README: Add repology repository badge
This badge links to a chart that shows where jack2 is the package ecosystem. Apologies, I was unsuccessful formatting the .rst so the badges could be side-by-side.
5 years ago
Maciej Bliziński
eaf8b75301
Clarification about jack_port_get_latency_range().
jack_port_get_latency_range only returns meaningful values after ports get
connected, and that is signalled via the latency callback. Saying that it's
normally used in callbacks is too soft, the docs should make it clear that the
function is not very useful outside of the callback, because you don't know
whether the port is connected / whether the latency values changed.
4 years ago
falkTX
023d0a579b
Adjust doxygen config (import patch from Fedora)
5 years ago
Adam Miartus
87da6c7d38
jack alsa: reoganize code for readability
Change-Id: I3d79e5f2516d8709b70dc700e5c9a04534619661
Signed-off-by: Adam Miartus <amiartus@de.adit-jv.com>
(cherry picked from commit 7a7d3b3524
)
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
5 years ago
Adam Miartus
4f8849bdc6
alsa_driver: remove unused variable
Change-Id: I98fc02a877a830d375b458f0346fc9a43993e72c
Signed-off-by: Adam Miartus <amiartus@de.adit-jv.com>
5 years ago
luz.paz
39605d519f
README: Add repology repository badge
This badge links to a chart that shows where jack2 is the package ecosystem. Apologies, I was unsuccessful formatting the .rst so the badges could be side-by-side.
5 years ago
Maciej Bliziński
e1c2f7cf8f
Clarification about jack_port_get_latency_range().
jack_port_get_latency_range only returns meaningful values after ports get
connected, and that is signalled via the latency callback. Saying that it's
normally used in callbacks is too soft, the docs should make it clear that the
function is not very useful outside of the callback, because you don't know
whether the port is connected / whether the latency values changed.
4 years ago
Stephane Letz
a9c362060b
Correct use of Start/Stop return type in JackCoreMidiDriver.
4 years ago
falkTX
b5ce525f22
Install def and lib files in the Windows installer
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
cc114987bb
Generate and install Windows libraries def files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
2cfd3d008c
Generate def files for Windows builds
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c48cb45191
Correct the include dir used in the windows installer
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ee7963e00f
Update gitignore
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d539727a2d
Update default jack location on windows, per new installers
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
78c93766af
Use static pthread for windows static builds
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
230cd6cc64
winmme: allow to activate without any ports, fix some warnings
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
99b7a20486
Install 32bit libjack.dll on 64bit windows installer
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
34da6cce6e
Special tricks for static win64 mixed build
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
b19c12ba56
Split example-clients and tools, as done for jack1
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
19c5cf73ee
Merge branch 'develop'
4 years ago
falkTX
b3603d6fb3
Write registry key so 3rd parties can find jackd.exe
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
81ac3d06d4
Fix typo
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
5a9a7c50cc
Add --static configure flag, used for official windows builds
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d3a3242647
Add innosetup files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
69768dcd94
Remove 1 more unused file
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c078bb1a3e
Remove old, unused codeblocks project files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c4af0d1b56
Use system headers for portaudio
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
2925617908
Remove pre-included portaudio and samplerate header files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
1b6cba1ad0
metadata: set fDBenv to null if opening fails
Fixes #580
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
dedf85e95a
Revert "alsa: fix the poll interval"
This reverts commit d9f84dcca3
.
4 years ago