166 Commits (e463543e555dd95f2b1685efd59fc629fff10d52)

Author SHA1 Message Date
  sletz e485162d0e Fix JackSocketClientChannel::ClientClose: async call from the client and server does not need to write any reply. 18 years ago
  sletz 5b7c1071b4 Marc-Olivier Barre scons patch (2). 18 years ago
  sletz 078444c717 tw1.c example added (new thread model). 18 years ago
  sletz 4c7c5542ba libjackdmp.so renamed to libjackservermp.so and same for OSX framework. 18 years ago
  sletz 62f23674d0 Marc-Olivier Barre Scons patch. 18 years ago
  sletz 5a80bf180a Better documentation in jack.h. 18 years ago
  sletz c1a26be6d5 Correct JackSocketClientChannel::ClientClose to use ServerSyncCall instead of ServerAsyncCall. 18 years ago
  sletz 8be4ce2820 Correct jack_get_time propotype. 18 years ago
  sletz caa0c60b7b Add TimeCallback in JackDebugClient class. 18 years ago
  sletz 4910f66f70 Pieter Palmers FFADO patch. 18 years ago
  sletz a3f5fd4d0d Correct Linux makefile. 18 years ago
  sletz 36b3af8e8a Correct JACK_port_unregister. 18 years ago
  sletz 63524e0d69 Add port register/unregister notification in JackAlsaDriver. 18 years ago
  sletz 84b20ca1e7 Notify ports unregistration in JackEngine::ClientCloseAux. 18 years ago
  sletz 89952a399f Fix in JackClient::Error(): when RT thread is failing and calling Shutdown, Shutdown was not desactivating the client correctly. 18 years ago
  sletz bc4c8bc34b Use SetAlias for port naming. Use jackd midi port naming scheme. 18 years ago
  sletz b15a3e3467 More robust external API. 18 years ago
  sletz 4622ae60b8 Correct server_connect: close the communication channel. 18 years ago
  sletz f3b0593046 Remove use of assert in JackFifo, JackMachSemaphore, and JackPosixSemaphore: print an error instead. 18 years ago
  sletz c1cec90f6f Reduce WaitGraphChange wait value. 18 years ago
  sletz 484bb6bee1 Tim Blechmann sse optimization patch for JackaudioPort::MixAudioBuffer, use of Apple Accelerate framework on OSX. 18 years ago
  sletz 0a4c685fd0 Add Readme file from package in src folder. 18 years ago
  sletz f7be5746e6 Tim Blechmann patches. 18 years ago
  sletz 0cdfce2497 Finish port connection callback server side implementation. 18 years ago
  sletz af6c5b5836 Move transport related methods from JackEngine to JackServer. 18 years ago
  sletz 82cd319729 Add jack_mp_thread_wait client example. 18 years ago
  sletz 82bdd90277 Remove checking thread in CoreAudio driver, better device state change recovery strategy: the driver is stopped and restarted. jack_thread_wait implementation. Add jack_thread_wait client example. 18 years ago
  sletz ac3ae26c7c Update in usx2y.c and JackPort.cpp to match jackd 0.109.2. 18 years ago
  sletz f739b8bd34 Latest jack_lsp code from jack svn. 18 years ago
  sletz b0c669f0d1 Port connection callback, client side. 18 years ago
  sletz d3c96cf0fb Implement jack_recompute_total_latency and jack_recompute_total_latencies. Remove fBufferSize field in JackGraphManager object. 18 years ago
  sletz 2310f8d7ac Cleanup jack_port_connected_to implementation. 18 years ago
  sletz d46a6202a9 Typo 18 years ago
  sletz cfc2315b4c Port connection callback. 18 years ago
  sletz 5f4030a700 Updated API to match jack 0.109.0 version (in progress). Correct issue in CoreAudio driver. 18 years ago
  sletz 3665f6300d OSX 32/64 bits version. 18 years ago
  sletz 21dd946c09 Correct scripts 18 years ago
  sletz ce3a7bc2da CoreAudio driver improvement: detect and notify abnormal situations (stopped driver in case of SR change...) 18 years ago
  sletz bb63aa781e Dmitry Baikov MIDI patch : alsa_seqmidi and alsa_rammidi drivers. 18 years ago
  sletz 5d80f70646 Tim Blechmann patch for JackGraphManager::GetPortsAux memory leak, Tim Blechmann patch for scons install. 18 years ago
  sletz 754c384acc Cleanup in CoreAudio driver. 18 years ago
  sletz 02e072d0f9 Typo 18 years ago
  sletz d7f084ab75 JackLog cleanup. 18 years ago
  sletz ea7821c5ee Change string management for proper compilation with gcc 4.2.2. 18 years ago
  sletz 5daaba7014 Tim Blechmann scons patch. 18 years ago
  sletz 42338c5e70 Pieter Palmers second new build system: scons and Makefile based build(2) 18 years ago
  sletz d172d3d493 Pieter Palmers FFADO driver and scons based build. 18 years ago
  sletz 0b499549e9 Correct sample_rate management in JackCoreAudioDriver::Open. Better handling in sample_rate change listener. 18 years ago
  sletz caee59aed3 Add a sample_rate change listener in CoreAudio driver. 18 years ago
  sletz 3c86a8d136 Correct bug in CoreAudio driver sample rate management. 18 years ago