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
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
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
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
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
falkTX
17574b4634
Revert "Remove `floor` call in timeout calculation"
This reverts commit 0393da5868
.
4 years ago
falkTX
9455cea656
Revert "Fix integer conversion for poll_timeout_ms"
This reverts commit 0e5f15dbda
.
4 years ago
Timo Wischer
dd24ce3210
posix: fifo: use right prototype
Change-Id: Ia6aee61aa7059a70d2014f7de66a41cbaca8c7ed
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
6 years ago
http://jneen.net/
5d80e06c08
jack_control: return a proper exit status on DBus exception
5 years ago
Timo Wischer
f3e8a6bc6b
metadata: Make JACK_METADATA_* constant
to ensure that it is not modified by any client.
const have internal linkage unless marked by extern
Change-Id: Ife1def2feb43aead32164f479e39ee3fd71b2ba0
Signed-off-by: Adam Miartus <external.Adam.Miartus@de.bosch.com>
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
5 years ago
Joshua Rubin
ba28ffa3db
Fix jack_control handling of dbus bytes
Prior to this, `jack_control dps dither s` would return an error.
4 years ago
falkTX
34fb7b6963
Cleanup macos package files after generation
4 years ago
falkTX
b12e494c6c
Fix macos package
4 years ago
falkTX
0e5f15dbda
Fix integer conversion for poll_timeout_ms
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
0393da5868
Remove `floor` call in timeout calculation
See #614
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
df0f004183
Mark JACK-Session as deprecated
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
fps
1bce1e4113
jack_connect: fix off-by-one error in allocating space for the server name string
4 years ago
fps
d95c7a6efb
jack_wait: add client name option -n/--name
4 years ago
Timo Wischer
c95bd9631f
posix: socket: Add missing time header include
Change-Id: I1cab18816980f704b6ae73a37960c1421e46ed9b
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
6 years ago
Milkii Brewster
2e8e95ef1e
Add support info
5 years ago
falkTX
cd4259d0e8
Merge branch 'develop' of github.com:jackaudio/jack2 into develop
5 years ago
falkTX
b9e215df96
Reword macos readme package, mention full file list
5 years ago
falkTX
ea311b36d7
property.c: Fix whitespace
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago