56 Commits (7dfb47b0672c93303d97dc040c7372d8b33abc5c)

Author SHA1 Message Date
  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
  Stéphane LETZ 04206f10d1 Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate". 15 years ago
  sletz 89693a67c0 Correct monitor port naming in JackAudioDriver and JackCoreAudioDriver. 15 years ago
  sletz 3f6990c0c0 Cleanup loopback backend. 16 years ago
  sletz 1eef95890b Raise drivers time out used in synchronous mode. 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
  sletz db408b7caa Correct JackEngine inheritance graph. 17 years ago
  sletz 152a1711ce New jack_get_client_pid API, implemented on server side. 17 years ago
  sletz 7f0d31f951 Implementation of jack_get_max_delayed_usecs, jack_get_xrun_delayed_usecs and jack_reset_max_delayed_usecs. 17 years ago
  sletz 600877ee86 JackAudioDriver::ProcessAsync and JackAudioDriver::ProcessSync were broken at some point : 0 has to be returned in all cases. 17 years ago
  sletz 6394b96e6f Simplify drivers exceptions 17 years ago
  sletz 89269bf12a Add exceptions management to distinguish drivers recoverable errors from non recoverable ones. Will be used in special threaded drivers (for network). 17 years ago
  sletz 2f7db97fb6 Correct all backend playback port latency in case of asynchronous mode (1 buffer more). 17 years ago
  sletz d2f7053ecc Nedko Arnaudov log patch(2). 17 years ago
  sletz ecb8da58c7 Beautifull code 17 years ago
  sletz fc2c8f7070 Use SetAlias for port naming. Use jackd midi port naming scheme(2) 17 years ago
  sletz bc4c8bc34b Use SetAlias for port naming. Use jackd midi port naming scheme. 17 years ago
  sletz 9e898eb8b3 Update Todo 17 years ago
  sletz 254f765c4f Update date 17 years ago
  sletz d3c96cf0fb Implement jack_recompute_total_latency and jack_recompute_total_latencies. Remove fBufferSize field in JackGraphManager object. 17 years ago
  sletz c84a630733 Cleanup 17 years ago
  sletz d07f62bc74 Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and JackAudioDriver::SetSampleRate(2) 17 years ago
  sletz eb9bbab928 Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and JackAudioDriver::SetSampleRate. 17 years ago
  sletz 0df7fe2aca Correct ALSA driver Attach method: internal driver may have changed the buffer_size and sample_rate values. 17 years ago
  sletz 816e3668e7 Cleanup 17 years ago
  sletz 82316a5483 Merge of Dmitry Baikov MIDI branch. 17 years ago
  sletz ec48225e7c Cleanup 17 years ago
  sletz 137db10dad Correct Alsa driver 17 years ago
  sletz 1231a5d893 Make Rename a method of JackPort class, call it from driver Attach method. 17 years ago
  sletz 29796db347 Fix backend port alias management (renaming in system:xxx) 17 years ago
  sletz 0a6a0a1728 Dmitry Baikov buffer size patch. 18 years ago
  sletz b352efd13c Merge JackGraphManager Remove and Release method in a unique Release method. 18 years ago