luz.paz
a93b210134
FIx doxygen and user facing and non-facing typos
Found via `codespell -q 3`
5 years ago
Filipe Coelho
59550f67ee
Fix client UUID gen, and some warnings ( #440 )
* Fix generation of client uuid
Signed-off-by: falkTX <falktx@falktx.com>
* Remove all client properties when removed; Cleanup a few things
Signed-off-by: falkTX <falktx@falktx.com>
* Make all uuid function arguments use jack_uuid_t type; Fix warnings
Signed-off-by: falkTX <falktx@falktx.com>
* Rework uuids to never be int, more cleanup
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
2ad48419a7
Add support for internal session files
Thanks to Timo Wischer for the initial work
7 years ago
Nedko Arnaudov
c9eed86280
report self-connect-mode on server start
10 years ago
Nedko Arnaudov
c8cac65cad
remove the JackSelfConnectMode enum type
It was introduced before the parameter was actually exposed.
The parameter is exposed through a char type in both jackd and
jackdbus, thus a mappnig was required.
This changeset removes the enum and makes the code simpler
at the expense of not allowing arbitrary chars as values.
As it is exposed and used in sessions, it is not arbitrary anyway.
10 years ago
Stephane Letz
eacbd3e181
JackServer::SwitchMaster now correctly notify buffer_size and sample_rate changes, cleanup/improvements in JackNetDriver.
11 years ago
Stephane Letz
0fc84b9c48
Fix in JackServer::SetFreewheel.
11 years ago
Stephane Letz
a4e319b753
Correctly pass code parameter in InfoShutdown callback.
11 years ago
Stephane Letz
1fe6799803
Correct JackServer::AddSlave.
11 years ago
Stephane Letz
dcb782e682
Port naming fix in CoreMidiDriver.
11 years ago
Stephane Letz
f0b3dfa61a
More robust JackServer::Stop().
11 years ago
Stephane Letz
15950eb1df
Rework XRun handling.
11 years ago
Stephane Letz
e32b0cd318
Improve server shutdown and stop.
11 years ago
Stephane Letz
d8a6bc4de6
Cleanup.
11 years ago
Stephane Letz
2f9b93d0eb
Rework JackEngine::Shutdown.
11 years ago
Stephane Letz
feec982949
Move ClientKill in JackEngine class.
12 years ago
Stephane Letz
d3589cbc3c
Use JackTools::DefaultServerName() everywhere needed.
12 years ago
Stephane Letz
700489b429
Move NotifyQuit in JackServer::Stop.
12 years ago
sletz
85334f7d46
A bit more robust JackMessageBuffer implementation (in progress).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4744 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
f25c4b0e49
Add EndTime function (especially for Windows).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4736 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
ddb62d5588
Implement shutdown for in server clients.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4705 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
5a5cc73ac7
New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and JackNetOneDriver classes.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4522 0c269be4-1314-0410-8aa9-9f06e86f4224
13 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
13 years ago
sletz
621db9bf55
FW driver has to be explicitly closed.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4271 0c269be4-1314-0410-8aa9-9f06e86f4224
13 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
13 years ago
sletz
c261cca84b
Correct JackNetOneDriver::Close.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4245 0c269be4-1314-0410-8aa9-9f06e86f4224
13 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
13 years ago
Stephane Letz
cf98c33ef8
Correct SetBufferSize for drivers.
13 years ago
Stephane Letz
17df184da2
jackctl_server_add_slave and jackctl_server_remove_slave now test if server is running.
13 years ago
Devin Anderson
62abf3f768
Make freewheel driver 'Start()', 'Process()', etc. methods called via the freewheel driver object when freewheel mode is off, and via the threaded driver wrapper when freewheel mode is on.
13 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.
13 years ago
sletz
6e054114b9
Typo.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4215 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
42bf14c08c
Correct JackServer::SwitchMaster.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4214 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
e27f815216
Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4184 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
a7e8377441
rebase from trunk 4083:4180
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4181 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
b1cbecba6b
JackEngine::ComputeTotalLatencies in progress.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4167 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
4828d0c835
rebase from trunk 4041:4083
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
abf7e5c17e
Correct JackServer::Open to avoid a race when control API is used on OSX.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4073 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Stéphane LETZ
9bf10e24ab
Correct InternalClientLoad.
14 years ago
Torben Hohn
5e7a792f42
add uuid parameter to jack_client_open...
14 years ago
sletz
5f68a6557a
rebase from trunk 3813:3899
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3900 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
a4604f7c78
Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3853 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
7453e5b018
Dynamic choice of maximum port number.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3828 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
224c41eb59
rebase from trunk 3638:3684
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3685 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
cf33a4d05e
jack_verbose moved to JackGlobals class.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3666 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
ed864f5592
Now start server channel thread only when backend has been started (so in JackServer::Start). Should solve race conditions at start time.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3662 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
Nedko Arnaudov
aab13501f4
self_connect_mode engine parameter
15 years ago
sletz
7ca13a6b25
rebase from trunk 3528:3550
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3551 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
d38a6c9c1d
Move InitFrameTime in JackDriver::Start method.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3538 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago