falkTX
1eff44a212
Update copyright year
Signed-off-by: falkTX <falktx@falktx.com>
2 years ago
falkTX
88102ec4a7
Bump version to 1.9.21
Signed-off-by: falkTX <falktx@falktx.com>
3 years ago
falkTX
b04b61622e
Prepare for future things
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
falkTX
ef0f3c0931
Preparations for 1.9.15 release
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
0e04a68279
Fix blocking DBus device reservation, so it plays nice with others
5 years ago
falkTX
f19176657c
Fix blocking DBus device reservation, so it plays nice with others
5 years ago
falkTX
4828349f3d
Prepare for release
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
21f67b38df
Update copyright year in jackd
A bit late...
6 years ago
Timo Wischer
9fe6486c6e
jackdmp: Signal to systemd when ready
With this patch it is possibly to start the JACK daemon with a systemd
service file of type notify. The following provides an example service
file:
[Service]
Type=notify
ExecStart=/usr/bin/jackd -d alsa
[Install]
WantedBy=multi-user.target
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
7 years ago
falkTX
2ad48419a7
Add support for internal session files
Thanks to Timo Wischer for the initial work
7 years ago
falkTX
f3a6b3e44a
1.9.11-RC1 release
8 years ago
Markus Seeber
64a56049c1
Avoid side effects from parsing of "version" option in jackd ( #245 )
* detect version option before all other oprion parsing
jackd now checks its arguments for "-V" and "--version" before all other
option parsing happens.
* remove some dead code from option parsing
Version options are detected before optparse runs, the removed code
paths thus became obsolete.
* remove rest of version option from optparse
Detection of the version option is now handled outside of optparse, thus
left over stings and variables are removed.
* switch to string comparison for detection version option
Demanding an exact match for the option strings reflects the original
behavior more closely than a search for substrings.
8 years ago
Stephane Letz
6fb2dfc080
Update copyright date.
9 years ago
Stephane Letz
af94a45d2b
Correct VERSION.
9 years ago
Adrian Knoth
dea38860a8
Use cstdlib instead of stdlib.h
No biggie, but since this is C++, let's use the C++ includes.
10 years ago
Cédric Schieli
a450cdcc48
Allow skipping of audio reservation API
Setting the JACK_NO_AUDIO_RESERVATION environment variable let one skip the
audio reservation bits.
The main use case is a system-wide jackd promiscuous instance launched at boot
time. In such a case no session bus is available, and reservation doesn't
really makes sense anyway.
10 years ago
Adrian Knoth
2b829044df
Drop (c)ycle) from the list of allowed clock sources.
11 years ago
Adrian Knoth
c52f751b73
Make -c c an alias for -c s
The cycle counting clock is no longer supported. For backwards
compatibility with scripts, allow the user to request the cycle clock on
the command line, but use the system clock instead.
Cross-ported from jackd1.
11 years ago
Nedko Arnaudov
ca69e2936f
jackd: describe the -a option in the help text
11 years ago
KimJeongYeon
1f73394531
additional code cleanup for jack android
11 years ago
Stephane Letz
a13b1f411f
Cleanup.
11 years ago
KimJeongYeon
4a94e12986
jack2 supports android devices & rebase current changes to master
11 years ago
Stephane Letz
851413589a
Reinstate mlock parameters (for compatibility purpose).
11 years ago
Stephane Letz
2d7d1ecdb6
Use JACK_DEFAULT_SERVER_NAME constant.
12 years ago
Nedko Arnaudov
0ffb8337d8
Fix compile error
12 years ago
Stephane Letz
879d72577b
Dynamically scan and print backend and internal names in jackd (2).
12 years ago
Stephane Letz
c4fb864e9f
Dynamically scan and print backend and internal names in jackd.
12 years ago
Stephane Letz
50e793e74e
Remove warning, renaming.
12 years ago
sletz
a6a2d8f0e6
In control API, UNIX like sigset_t replaced by more abstract jackctl_sigmask_t * opaque struct.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4775 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
5d7fbdc066
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4701 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
3949b7a3c8
jackctl_driver_params_parse API moved in public control.h.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4673 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
aabbb62282
Correct export settings(2).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4663 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
6803149c41
Cleanup Windows CodeBlock projects.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4588 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
b086607cd3
Special main for Windows in Jackdmp.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4584 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
389a9a572d
Correct Start/Stop for Control API.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4536 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
a6b78ded57
Check driver type in jackdmp.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4535 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
9d3a0ab4d4
Correct RenderFromNetwork.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4490 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
1d83004356
make jackdbus default realtime
jackd and jackdbus defaults values for parameters should match
realtime mode became default for jackd
in svn r3791 (git commit 2cbaece993
)
this changeset moves the default to control api
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4461 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
269c99034e
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4358 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ad34703368
rebase from trunk 4306:4323
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4324 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
fd4fd01765
Correct jackdmp.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4311 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ecb84b5f9f
rebase from trunk 4238:4306
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4307 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
0269b3deb2
Improve handling of loopback driver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4272 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
4f5e3ecd37
Correct driver lifetime management.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4266 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
fdcb49c063
Correction in jackdmp.cpp: notify_server_stop should be done after server destruction.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4248 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
7254ce1ebc
rebase from trunk 4180:4238
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4239 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Stephane Letz
bdde2d110b
CoreMidi driver starting to work.
14 years ago
Stephane Letz
810ec14d11
Improve error handling.
14 years ago
Devin Anderson
db132e1974
Update server control API with jackctl_server_open and jackctl_server_close (see http://trac.jackaudio.org/ticket/219 for rationale). Update drivers to support Start/Stop of slave drivers. Update dbus to use new jackctl_server_* functions. Freewheel driver is no longer an implicit slave of the master audio driver. Haven't tested freewheeling, and didn't update Solaris OSS driver. Tested slave addition by adding loopback driver, but don't have a slave driver in this branch on Linux platform to test with.
14 years ago