Stephane Letz
ae2382088c
Add jack_net_slave_is_active API in libjacknet.
12 years ago
Stephane Letz
3e84fdc998
Correct JackNetExtMaster::FreePorts.
12 years ago
Nedko Arnaudov
da390836bf
wscript: fix build in 32/64 bits mixed mode. github close #39
12 years ago
Stephane Letz
d2be14ddf6
Accpetable fix for long standing Freewheel mode bug.
12 years ago
Stephane Letz
3797644104
Cleanup, documentation.
12 years ago
Stephane Letz
4f161f35da
Cleanup.
12 years ago
Stephane Letz
08a2d8a807
Correct JackALSARawMidiDriver and JackWinMMEDriver.
12 years ago
Stephane Letz
f60fde8a2d
Cleanup backend class structure.
12 years ago
Stephane Letz
f4a158afbc
Add time-out in libjacknet netmaster side.
12 years ago
Stéphane Letz
1fe47bd950
Merge pull request #42 from falkTX/master
Fix alsa_in/out for freewheel
12 years ago
falkTX
24344009b7
Fix alsa_in/out for freewheel
12 years ago
Stephane Letz
695c9d784c
Fix in netjack_init.
12 years ago
Stephane Letz
d40b2ad548
Pawel : small fix for JackSession.
12 years ago
Stephane Letz
ec8403050c
Add DHAVE_ASIO in jack_portaudio.cbp CB project.
12 years ago
Stephane Letz
8dea08d26c
Tim Mayberry : Changes to get example-clients to build using MinGW compiler.
12 years ago
Stephane Letz
2aa5773fae
Tim Mayberry : Allow portaudio driver to be compiled without ASIO.
12 years ago
Stephane Letz
6dc8d3c5a2
Tim Mayberry : Add support for building with mingw compiler.
12 years ago
Stephane Letz
16de5ee471
Tim Mayberry : fix for changes to JackClient::ShutDown in windows code.
12 years ago
Stephane Letz
851413589a
Reinstate mlock parameters (for compatibility purpose).
12 years ago
Stephane Letz
c70f01d51c
New restart callback in net API.
12 years ago
Stephane Letz
0c8bb599cb
Correct JackNetSlaveInterface::InitConnection.
12 years ago
Stephane Letz
dc22edecc9
std::exception used by reference.
12 years ago
Stephane Letz
7de15e7a53
Correct netjack2 latency code.
12 years ago
Stephane Letz
26f384bf9f
Raise NETWORK_PROTOCOL for netjack2.
12 years ago
Adrian Knoth
84c1952786
Fix promiscuous mode
Original patch by
Luciano Montanaro <luciano.montanaro@magnetimarelli.com>
12 years ago
Stéphane Letz
c6a96da1fb
Merge pull request #35 from fps/master
Add some help to jack_control
12 years ago
Florian Paul Schmidt
b95372e1f0
Add help command and options to jack_control
12 years ago
Stephane Letz
b75b629c70
Use engine lock in JackCoreMidiDriver::Restart.
12 years ago
Stephane Letz
8e2d47835e
Correct error messages.
12 years ago
Stephane Letz
5936f2fbeb
Define NETWORK_PROTOCOL.
12 years ago
Stephane Letz
12b20854be
Add NET_SYNCHING flag.
12 years ago
Stephane Letz
e4de2d61da
Autosave mode in netjack2 netmanager.
12 years ago
Stephane Letz
2c116851ad
Finally remove NETWORK_RESYNCH_LATENCY, raise NETWORK_MAX_LATENCY.
12 years ago
Stephane Letz
e0135c87cc
Add NETWORK_RESYNCH_LATENCY parameter to resynch in netjack2.
12 years ago
Stephane Letz
f7d0f8ee49
InSynched not really needed in NetJack2.
12 years ago
Stephane Letz
0faa77441b
Correct JackNetDriver::SaveConnections.
12 years ago
Stephane Letz
eacbd3e181
JackServer::SwitchMaster now correctly notify buffer_size and sample_rate changes, cleanup/improvements in JackNetDriver.
12 years ago
Stephane Letz
4bb237685c
JackNetDriver now correctly get master in/out when restarted.
12 years ago
Stephane Letz
3959a27499
Cleanup RT setup code in JackClient.
12 years ago
Stephane Letz
3a3aa4c219
Correct XCode project.
12 years ago
Stephane Letz
0fc84b9c48
Fix in JackServer::SetFreewheel.
12 years ago
Stephane Letz
4c62b949d3
Correct JackDriver::SaveConnections.
12 years ago
Stephane Letz
4eee901c8c
Correct JackNetInterface::AudioBufferFactory.
12 years ago
Stephane Letz
457b2b7583
Cleanup Netjack2 code.
12 years ago
Stephane Letz
2d7d1ecdb6
Use JACK_DEFAULT_SERVER_NAME constant.
12 years ago
Stephane Letz
a4e319b753
Correctly pass code parameter in InfoShutdown callback.
12 years ago
Stephane Letz
1fe6799803
Correct JackServer::AddSlave.
12 years ago
Stephane Letz
31cfa17a13
Merge remote-tracking branch 'upstream/master'
12 years ago
Stephane Letz
5d06b94ef7
Use port type information in JackDriver::SaveConnections and JackDriver::RestoreConnections.
12 years ago
elboulangero
0823366106
Fix xrun_recovery in ALSA clients.
According to the ALSA documentation, snd_pcm_readi() returns -ESTRPIPE
when a suspend event occured. But xrun_recovery() checks for -EAGAIN
instead.
If the ALSA client is connected to the ALSA loopback device, it leads to
an infinite loop in the client when the computer is resumed from sleep.
The client takes up to 99% of the CPU resources.
The problem is fixed by a proper error checking of snd_pcm_readi().
A word of caution however: on kernels prior to 3.8, it will trigger a
bug in the snd-aloop driver, and may lead to a kernel oops.
The kernel fix can be found there:
http://www.spinics.net/lists/stable-commits/msg23379.html
Signed-off-by: elboulangero <elboulangero@gmail.com>
12 years ago