falkTX
7dfdbe133a
Cleanup some warnings
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
Adrian Knoth
6ccfdc1058
Mass-fix spelling errors
Flagged by the Debian QA tool.
Mostly automatic search-n-replace of the mistakes flagged.
7 years ago
falkTX
288df203f5
Prepare 1.9.12 release
7 years ago
Yasuhiro Fujii
f76cd1b840
add _snprintf() wrapper.
7 years ago
Yasuhiro Fujii
e3bbd5cdba
Change JackPortAudioDriver::Open() to permit a long device name and use truncated name for the most other parts.
8 years ago
Yasuhiro Fujii
6758354192
fix compilation on MSYS2.
8 years ago
Stephane Letz
364159f821
Fix for JackNetUnixSocket::SendTo.
8 years ago
Stephane Letz
02f74a659a
String management fix.
9 years ago
Karl Linden
aaaeeea8d7
Refactor duplicated code into toplevel wscript.
9 years ago
Stephane Letz
008872fc16
Possible fix in JackPosixSemaphore::ConnectInput, cleanup.
9 years ago
Cédric Schieli
8f6c3c6d1f
Add JackProxyDriver
This driver is very similar to the JackNetDriver, but instead of connecting
through the network, it connects to its upstream server through standard jack
API. So it can only reach local servers which must be running as the same user
or in promiscuous mode.
The main use case is the multi-user, multi-session, shared workstation:
- a classic server with hw driver is launched system-wide at boot time, in
promiscuous mode, optionaly restricted to the audio group
- in each user session, a jackdbus server is automatically started with
JackProxyDriver as master driver, automatically connected to the
system-wide one
- optionaly, each user run PulseAudio with a pulse-jack bridge
10 years ago
Stephane Letz
b7354b396c
Compiles again on Windows.
10 years ago
Stephane Letz
47dea47ce4
More flexible RT priority setup on Windows.
10 years ago
Stephane Letz
8f83d5f3a2
Some 'jack_info' messages moved to 'jack_log' messages on Windows.
10 years ago
Karl Lindén
fcec68f903
make build option --portaudio an auto option
10 years ago
Stephane Letz
3260d467e0
Robin Gareus patch for Windows JackRouter.
10 years ago
Stephane Letz
ce825c6a6b
Version 1.9.11 started.
10 years ago
Stephane Letz
a48fea3c01
Correct JackWinMMEDriver and JackALSARawMidiDriver creation.
11 years ago
Tim Mayberry
9e415ea8d5
Add missing version of windows wscript file
This file was supposed to be added quite some time ago to support
compiling jack with mingw.
11 years ago
Martin Koegler
ff9bb7b4dd
Add missing windows build script
11 years ago
Stephane Letz
08a2d8a807
Correct JackALSARawMidiDriver and JackWinMMEDriver.
11 years ago
Stephane Letz
ec8403050c
Add DHAVE_ASIO in jack_portaudio.cbp CB project.
11 years ago
Stephane Letz
2aa5773fae
Tim Mayberry : Allow portaudio driver to be compiled without ASIO.
11 years ago
Stephane Letz
16de5ee471
Tim Mayberry : fix for changes to JackClient::ShutDown in windows code.
11 years ago
Stephane Letz
dc22edecc9
std::exception used by reference.
12 years ago
Stephane Letz
af2d63961d
Correct auto-connect for audioadapter.
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
bbc95b71a6
Code cleanup.
12 years ago
Stephane Letz
7ec46dbb46
Better handling of shutdown state in client side.
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
feec982949
Move ClientKill in JackEngine class.
12 years ago
Stephane Letz
b7c53a84db
Move SYNC_MAX_NAME_SIZE in JackConstants.h, correct synchro primitives BuildName method.
12 years ago
Stephane Letz
e111f2ac8f
Protect shared fSynchroTable access with a mutex.
12 years ago
Stephane Letz
c2835c20b5
Typo.
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
Stephane Letz
cd1f3ba5f0
Correct Windows installer files.
12 years ago
Stephane Letz
73ca80060a
Correct Windows resource files.
12 years ago
Stephane Letz
8623ae4063
Version 1.9.10 started.
12 years ago
Stephane Letz
3cb7d5c726
Fix typo in JackPortAudioDriver::Attach.
12 years ago
Stephane Letz
335da63e26
Cleanup in JackPortAudioDriver.
12 years ago
Stephane Letz
2d8992ab62
Correct JackPortAudioDriver.
12 years ago