Christian Schoenebeck
023262251e
CoreMIDI driver fix: A MIDIPacket can contain more than 1 event.
12 years ago
Christian Schoenebeck
4e5e7a11c3
CoreMIDI driver fix: MIDI "running status" was not implemented.
( Added few lines to implement it, transition to
JackMidiRawInputWriteQueue might be a better solution though )
12 years ago
Stephane Letz
f0b3dfa61a
More robust JackServer::Stop().
12 years ago
Stephane Letz
94ff6adbe4
Correct JackPosixSemaphore::Allocate and JackPosixSemaphore::ConnectInput.
12 years ago
Stephane Letz
0fb47a840c
More debug messages in JackPortAudioDriver::Close().
12 years ago
Stephane Letz
fcf8c5aef6
Typos.
12 years ago
Stephane Letz
b6f5e66d09
Improve JackPortAudioDriver::Stop.
12 years ago
Stephane Letz
fe906854e4
Cleanup jack_portaudio.cbp project.
12 years ago
Stephane Letz
756027b040
Constant naming cleanup.
12 years ago
Stephane Letz
f80e250244
Updated JackRouter.dll
12 years ago
Stephane Letz
0961a760de
Correct Windows installer.
12 years ago
Stephane Letz
9431a5d214
Lorenz Minder patch for jackd man, cleanup.
12 years ago
Stephane Letz
bbc95b71a6
Code cleanup.
12 years ago
Stephane Letz
7ec46dbb46
Better handling of shutdown state in client side.
12 years ago
Stephane Letz
d9c1f2960d
Merge remote-tracking branch 'upstream/master'
12 years ago
Stephane Letz
d9cd90628f
Correct JackDummyDriver driver_initialize.
12 years ago
Stephane Letz
2ebe9338a7
Init fCPULoad field.
12 years ago
Adrian Knoth
4d3595ebe5
Fix FTBFS introduced by ddb61e60
12 years ago
Stephane Letz
15950eb1df
Rework XRun handling.
12 years ago
Stephane Letz
ddb61e607b
Correct JackClient::OnShutdown.
12 years ago
Stephane Letz
76491d3bc5
Add more tests for client registration code in test.cpp.
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
3e63ef6ebb
Correct JackServerSocket::Bind.
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
4ab01b7c94
Correct jack_test for jack_port_name_size.
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
07223bc460
Add tests to check jack_client_name_size and jack_port_name_size API.
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
5eab7a99c0
Correct TiPhoneCoreAudioRenderer::Close.
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
Stephane Letz
c2835c20b5
Typo.
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.
12 years ago
Stephane Letz
36c386b5bf
More robust code in JackPortAudioDriver to handle buffer size change and backend switching.
12 years ago
Adrian Knoth
44aa9319ea
wscript: Set HAVE_OPUS=0 if custom headers are missing
As reported by Peter Nelson, waf's check_cfg sets HAVE_OPUS=1 if the
pkg-config check is successful, however, the code requires OPUS custom
headers.
So if a dev package without custom headers is installed, explicitly
reset HAVE_OPUS to 0 to fix the FTBFS.
12 years ago