151 Commits (fc2c8f70708fe40313cb70759010cd3e6eaebd41)

Author SHA1 Message Date
  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
  sletz 5515a6071f Correct JackMachNotifyChannel::ClientNotify. 18 years ago
  sletz eb9bbab928 Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and JackAudioDriver::SetSampleRate. 18 years ago
  sletz b560c99326 On OSX, use jack server name in notification system. 18 years ago
  sletz c4d853784b On OSX, use CFNotificationCenterPostNotificationWithOptions with kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for server ==> JackRouter plugin notification. 18 years ago
  sletz ecb838723e Cleanup 18 years ago
  sletz fd99c296a7 Correct CheckPort in JackAPI.cpp. 18 years ago
  sletz 105e9018b1 Move OSX start/stop notification mechanism in Jackdmp.cpp 18 years ago
  sletz 03c5d1c047 Correct types.h for use with MINGW on Windows. 18 years ago
  sletz c7d1f89d69 Use of JackWinSemaphore instead of JackWinEvent for inter-process synchronization. 18 years ago
  sletz 17b0891f0f Add an implementation for obsolete jack_internal_client_new and .jack_internal_client_close. Add missing jack_port_type_size. 18 years ago
  sletz 142fb9792c Add JackWinSemaphore class. 18 years ago
  sletz 2bd612ce1e Cleanup 18 years ago
  sletz 0df7fe2aca Correct ALSA driver Attach method: internal driver may have changed the buffer_size and sample_rate values. 18 years ago
  sletz 188505126f Client name rewritting to remove path characters (used in fifo naming). 18 years ago
  sletz d65e51b8b1 Server and user directory related code moved in a JackTools file. 18 years ago