Stephane Letz
2e12829a04
Improve JackDriver SaveConnections and RestoreConnections.
12 years ago
Nedko Arnaudov
0ffb8337d8
Fix compile error
12 years ago
Stephane Letz
78d79d96b1
Correct FW and thread RT Drop/Acquire.
12 years ago
Stephane Letz
2023aae7b7
Cleanup.
12 years ago
Stephane Letz
8c369f2b55
Cleanup netjack2 code.
12 years ago
Stephane Letz
e7239f0925
Cleanup netjack2 code (in progress).
12 years ago
Stephane Letz
83baac750d
Open one virtual in/out in CoreMidi driver, fix a state refresh issue.
12 years ago
Stephane Letz
2731c1e850
Correct long standing bug in SyncRecv.
12 years ago
Stephane Letz
af2d63961d
Correct auto-connect for audioadapter.
12 years ago
Stephane Letz
1ad17b48ec
Rework latency settings in netjack.
12 years ago
Stephane Letz
01d182a314
Add JackNetMaster::LatencyCallback.
12 years ago
Stephane Letz
f0b3dfa61a
More robust JackServer::Stop().
12 years ago
Stephane Letz
756027b040
Constant naming cleanup.
12 years ago
Stephane Letz
9431a5d214
Lorenz Minder patch for jackd man, cleanup.
12 years ago
Stephane Letz
7ec46dbb46
Better handling of shutdown state in client side.
12 years ago
Stephane Letz
d9cd90628f
Correct JackDummyDriver driver_initialize.
12 years ago
Stephane Letz
2ebe9338a7
Init fCPULoad field.
12 years ago
Stephane Letz
15950eb1df
Rework XRun handling.
12 years ago
Stephane Letz
ddb61e607b
Correct JackClient::OnShutdown.
12 years ago
Stephane Letz
c1f057e013
Fix stupid typo in JackEngine::NotifyRemoveClient.
12 years ago
Stephane Letz
7849b9279e
John Emmas patch for Windows.
12 years ago
Stephane Letz
e32b0cd318
Improve server shutdown and stop.
12 years ago
Stephane Letz
d8a6bc4de6
Cleanup.
12 years ago
Stephane Letz
2f9b93d0eb
Rework JackEngine::Shutdown.
12 years ago
Stephane Letz
3fc1d76f9e
Cleanup.
12 years ago
Stephane Letz
bebd4d3d69
Make API test more robust.
12 years ago
Stephane Letz
ee2cc69974
Cleanup audio mixing code.
12 years ago
Stephane Letz
671ad8f847
Another typo detected by clang.
12 years ago
Stephane Letz
fbfebdcdd7
Fix some incoherency with strings (2).
12 years ago
Stephane Letz
e4730c6c97
Fix some incoherency with strings.
12 years ago
Stephane Letz
feec982949
Move ClientKill in JackEngine class.
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
7f09225b7a
Code cleanup after compilation with clang.
12 years ago
Stephane Letz
b7c53a84db
Move SYNC_MAX_NAME_SIZE in JackConstants.h, correct synchro primitives BuildName method.
12 years ago
Stephane Letz
d3589cbc3c
Use JackTools::DefaultServerName() everywhere needed.
12 years ago
Stephane Letz
17e94e178e
Fix stupid typo.
12 years ago
Stephane Letz
e111f2ac8f
Protect shared fSynchroTable access with a mutex.
12 years ago
Adrian Knoth
aa5593229d
[cosmetics] Sanitise systemdeps.h
12 years ago
Adrian Knoth
2f7d512b41
Fix bus error on ARM platforms
With the current code, packed structs lead to unaligned memory access,
thus causing SIGBUS on ARM.
Let's disable packing on ARM for now. Since it's only used for mixed
32/64bit jackd installations and we're not facing such a scenario on
ARM, there's little use to worry more atm.
12 years ago
Basil Nutmeg
c5352804af
Delete some redundant macros and typedefs.
A few internal source files were redeclaring types and macros also
declared in the external jack/types.h and jack/systemdeps.h headers.
Since the external header needs them, delete them from the internal
headers.
13 years ago
Stephane Letz
8623ae4063
Version 1.9.10 started.
12 years ago
Nedko Arnaudov
ce50e5b0ed
waf: configure option for enforcing autostart method
12 years ago
Stephane Letz
2d8992ab62
Correct JackPortAudioDriver.
12 years ago
Stephane Letz
e577581de8
Correct JackEngine::NotifyGraphReorder : graph-order callback now notified after port latencies update.
12 years ago
Stephane Letz
994423f8b5
Update Syst V shared memory implementation.
12 years ago
Stephane Letz
1241541b62
Remove uneeded log in JackMidiDriver.
12 years ago
Stephane Letz
700489b429
Move NotifyQuit in JackServer::Stop.
12 years ago
Stephane Letz
aa02feeacf
No lock needed in JackLockedEngine::NotifyQuit.
12 years ago
Robin Gareus
51bffbf379
netjack/opus: don't re-init en/decoders
12 years ago