Matt Flax
f08a3f4234
Added Stéphane review fixes :
Renamed JackIIODriver.C -> JackIIODriver.cpp
Renamed JackIIODriver.H -> JackIIODriver.h
Added delete iio_driver when failure is encountered when executing driver_initialize.
12 years ago
Matt Flax
d56717901a
Removed a commented out line from wscript.
12 years ago
Matt Flax
23f5919c62
systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation.
Downgraded eigen3 and sox version requirements for building iio.
Switched to using IIOMMap to access the IIO subsystem.
Added the overloaded methods for JackIIODriver::Attach, JackIIODriver::Detach, JackIIODriver::Read and JackIIODriver::Write.
Rewrite the JackIIODriver.C code to work properly.
12 years ago
Matt Flax
3087895772
Added the beginnings of the IIO driver.
12 years ago
Stephane Letz
ddf306b8dc
Add error code in net.h.
12 years ago
Stephane Letz
d8c2b0bfaf
Configurable fPacketTimeOut field in NetJack2 code.
12 years ago
Stephane Letz
bdec35808b
Improve documentation for jack_set_net_slave_shutdown_callback.
12 years ago
Stephane Letz
a90abbf70f
Merge remote-tracking branch 'upstream/master'
12 years ago
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.
13 years ago