75 Commits (00b166e7318b839e70a485c8fe2205bfd95f6deb)

Author SHA1 Message Date
  sletz 00b166e731 Cleanup code using snprintf. 13 years ago
  Stephane Letz 734e450924 NetJack2 code cleanup. 13 years ago
  sletz 5a5cc73ac7 New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and JackNetOneDriver classes. 13 years ago
  sletz 9126d936ff NetJack2: no more timeout, correct JackWaitThreadedDriver::Execute. 13 years ago
  sletz 2f143cb0b0 NetJack2 now only send data on network for connected ports. 14 years ago
  sletz 68ec29c2d0 SaveConnections/RestoreConnections moved in JackAudioDriver. 14 years ago
  Stephane Letz 07d2c64f39 Use of PortRegister/PortUnRegister in drivers. 14 years ago
  Nedko Arnaudov 55557d1f74 Port registration notifications on SwitchMaster 14 years ago
  sletz ecb84b5f9f rebase from trunk 4238:4306 14 years ago
  sletz e03d1ddd44 Improve error management in JackNetDriver. 14 years ago
  sletz 7254ce1ebc rebase from trunk 4180:4238 14 years ago
  Stephane Letz cf98c33ef8 Correct SetBufferSize for drivers. 14 years ago
  Stephane Letz 981ff8cf45 Major redesign of driver activation (master and salve mode). 14 years ago
  Devin Anderson db132e1974 Update server control API with jackctl_server_open and jackctl_server_close (see http://trac.jackaudio.org/ticket/219 for rationale). Update drivers to support Start/Stop of slave drivers. Update dbus to use new jackctl_server_* functions. Freewheel driver is no longer an implicit slave of the master audio driver. Haven't tested freewheeling, and didn't update Solaris OSS driver. Tested slave addition by adding loopback driver, but don't have a slave driver in this branch on Linux platform to test with. 14 years ago
  sletz ccdfe51346 Cleanup. 14 years ago
  sletz d96a755c3c Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 14 years ago
  sletz a7e8377441 rebase from trunk 4083:4180 14 years ago
  sletz 97c3a441f5 Use of latency range in all backends. ComputeTotalLatencies now a client/server call. 14 years ago
  sletz ae99359963 New latency API implementation (in progress). 14 years ago
  sletz 92c5da66da Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync now skip backend write in case of graph process failure. Fix incorrect error codes in alsa/usx2y.c and alsa/JackAlsaDriver.cpp. 14 years ago
  sletz 4828d0c835 rebase from trunk 4041:4083 14 years ago
  sletz 221c51ff37 In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start. Correct symbols export in backends on OSX. 14 years ago
  sletz 7dfb47b067 Improve backend error handling: fatal error returned by Read/Write now cause a Process failure (so a thread exit for blocking backends). Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and FFADO backends. 14 years ago
  sletz ec2e42c933 rebase from trunk 3899:3916 15 years ago
  Stéphane LETZ 04206f10d1 Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate". 15 years ago
  sletz 5d29fcff36 rebase from trunk 3613:3638 15 years ago
  sletz 89693a67c0 Correct monitor port naming in JackAudioDriver and JackCoreAudioDriver. 15 years ago
  sletz 187a3aedfa rebase from trunk 3563:3613 16 years ago
  sletz 3f6990c0c0 Cleanup loopback backend. 16 years ago
  sletz 1eef95890b Raise drivers time out used in synchronous mode. 16 years ago
  sletz 522fd2b7f8 rebase from trunk 3482:3502 16 years ago
  sletz 34ff05a8ca Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 16 years ago
  sletz 41baa7f8d9 Add a resample quality parameter in audioadapter. 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz 6dc1387fc5 Loopback driver working again. 17 years ago
  sletz 034c9218e9 Correct JackAudioDriver::ProcessNull 17 years ago
  sletz 8f3e986c02 Embed JackEngineControl in JackDriver (starting from Tim Blechmann idea). 17 years ago
  sletz d88706fd93 Compilation on Windows 17 years ago
  sletz 81a50f285f Driver class hierarchy simplification. 17 years ago
  sletz 826eb509b6 Correct JackAudioDriver::ProcessNull 17 years ago
  sletz 542ac90d1e Cleanup timing + cpuload code 17 years ago
  sletz 8161dde65f Use generic JackSleep 17 years ago
  sletz 1defef7359 Move waiting code in JackAudioDriver::ProcessNull 17 years ago
  sletz 3f5b7ab9b8 New JackWaitThreadedDriver class to better handle JackNetDriver 17 years ago
  sletz f8f2fddb8d Remove JackClientInterface class 17 years ago
  sletz 215dfdd97a Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz 18cad3d339 New testMutex test, correct timing in drivers. 17 years ago
  sletz 43b936c53b Compilation on Windows 17 years ago