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
Stephane Letz
dcb782e682
Port naming fix in CoreMidiDriver.
12 years ago
Stephane Letz
450d884710
Netjack2 code fixes.
12 years ago
Stephane Letz
af438d2513
Improve documentation of jack_on_shutdown and jack_on_info_shutdown.
12 years ago
Stephane Letz
8d8fa12505
Improve JackDriver SaveConnections and RestoreConnections(2).
12 years ago
Stephane Letz
9b487d937e
Merge remote-tracking branch 'upstream/master'
12 years ago
Stephane Letz
2e12829a04
Improve JackDriver SaveConnections and RestoreConnections.
12 years ago
Adrian Knoth
29fb0ca657
Merge pull request #28 from agraf/master
Add aarch64 (64-bit arm) compile support
12 years ago
Nedko Arnaudov
0ffb8337d8
Fix compile error
12 years ago
Adrian Knoth
5e2b418daa
Merge branch 'noself' into master
12 years ago
Adrian Knoth
f1a5a7dc43
Merge no-self-connect branch
Conflicts:
common/JackEngine.cpp
common/JackServer.cpp
12 years ago
Nedko Arnaudov
8f556dac4f
Make audio_acquire() fail if audio_reservation_init() fails.
rd_acquire() is going to assert (or fail) anyway because connection will be NULL.
12 years ago
Stephane Letz
9d3524006a
Merge remote-tracking branch 'upstream/master'
12 years ago
Stephane Letz
c44b7123b3
Fix JackMachThread::Kill.
12 years ago
Stephane Letz
78d79d96b1
Correct FW and thread RT Drop/Acquire.
12 years ago
Adrian Knoth
79581e1e62
Fix typo in alsa_in.c
Patch by colinf via
http://trac.jackaudio.org/attachment/ticket/227/typos.patch
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
5fce1b6aab
Merge remote-tracking branch 'upstream/master'
12 years ago
Stephane Letz
83baac750d
Open one virtual in/out in CoreMidi driver, fix a state refresh issue.
12 years ago
Adrian Knoth
31c89e52a8
wscript: Fix build error when sys.platform == linux3
Some python implementations report "linux3" on newer kernels. Of course,
we'll have to set IS_LINUX for those, too.
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
268bdf2b54
Add USE_CLASSIC_AUTOLAUNCH in XCode project.
12 years ago
Stephane Letz
47f3a68c43
Correct typo in JackCoreAudioDriver::OpenAUHAL.
12 years ago
Alexander Graf
d11bb09529
Add support for aarch64
When compiling jack on aarch64, compilation fails because NGREGS is not
defined. Since this is only for debug output on segmentation faults, stub
the debug print out like it's been done for other platforms before.
Signed-off-by: Alexander Graf <agraf@suse.de>
12 years ago
Stephane Letz
1ad17b48ec
Rework latency settings in netjack.
12 years ago
Stephane Letz
01d182a314
Add JackNetMaster::LatencyCallback.
12 years ago