496 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  Stephane Letz 5e19eacbea Correct latency for MIDI backend. 14 years ago
  Stephane Letz 5360ec7522 Fix midi_latency_test.c for OSX. 14 years ago
  Stephane Letz 916203bcca Update XCode project. 14 years ago
  Stephane Letz 4916a78906 Update XCode project. 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 eb67fde933 Cleanup. 14 years ago
  sletz ccdfe51346 Cleanup. 14 years ago
  sletz 608ba9885e Update ALSA driver in progress(2). 14 years ago
  sletz e27f815216 Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 14 years ago
  sletz d96a755c3c Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 14 years ago
  sletz 8b2ddf4f3e Synchronize netjack1 with JACK1 version. 14 years ago
  sletz e1d31d1fe7 Add jack_midi_dump client. 14 years ago
  sletz 2d043e58b8 Latency callback must always be activated. 14 years ago
  sletz 21dfcfe606 Rename jdelay to jack_iodelay as per Fons' request. 14 years ago
  sletz 5845be1374 jack_client_has_session_callback implementation. 14 years ago
  sletz 43a2fcb66b Add jack_latent_client in OSX project. 14 years ago
  sletz 64c6fa87d7 Add latent test client for latency API. 14 years ago
  sletz 97c3a441f5 Use of latency range in all backends. ComputeTotalLatencies now a client/server call. 14 years ago
  sletz 48b51efd9d Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 14 years ago
  sletz 779832a1e4 Synchronize public headers with JACK1. Update OSX project. 14 years ago
  sletz 4f249a336f Remove JackPortIsActive flag. 14 years ago
  sletz 997dc91f46 Fix 32 bits XCode targets. 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 64551f9bcd Correct symbols export issue on OSX. 14 years ago
  sletz f60680dd40 Backends cleanup. 14 years ago
  sletz abf7e5c17e Correct JackServer::Open to avoid a race when control API is used on OSX. 14 years ago
  sletz f5d2ce7662 Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend. 14 years ago
  sletz 05dea9361b Version 1.9.7 started. 14 years ago
  sletz 2c3798c6d8 README updated. 14 years ago
  sletz 81277ae4fe In JackCoreAudioDriver, fix an issue when no value is given for input. 14 years ago
  sletz 3ca30c3cb4 Add static lib for OSX compilation. 14 years ago
  Stéphane LETZ 71d040c011 Fix for SIGPIPE on OSX. 14 years ago
  sletz 2e96fbf11c In JackCoreAudioDriver, move code called in MeasureCallback to be called once in IO thread. 15 years ago
  Stéphane LETZ e4ef948ea3 OSX IPC code removed from repository. 15 years ago
  Stéphane LETZ dce347b74e Remove OSX IPC from project (code still there). 15 years ago
  Torben Hohn cffa5dfd8e add marshalling for jack_session_notify and session_event. not complete 15 years ago
  sletz 446c082415 Small improvement in JackCoreMidiDriver::ReadProcAux. 15 years ago
  sletz 6cc2e66c24 Correct wscipt for compilation of ALSA examples. 15 years ago
  sletz 47b8ba5bd1 Cleanup JackConstants.h, move platform specific part in JackPlatformPlug_os.h by platform. 15 years ago
  sletz ccf2041c51 Remove call to exit in library code. 15 years ago
  sletz 85a525d60b Fix errors found by cppcheck. 15 years ago
  sletz db5659792b Correct JackMachServerChannel::Execute : keep running even in error cases. 15 years ago
  sletz 8711d06ec1 Improve JackCoreAudioDriver and JackCoreAudioAdapter : when no devices are described, takes default input and output and aggregate them. 15 years ago
  sletz ef30f5ba6c More cleanup in Xcode project. 15 years ago
  sletz fba3fb7d14 Correct Xcode project for netjack2 components. 15 years ago
  sletz 0bcd75fa99 Update XCode project. 15 years ago
  sletz e8bac9cc34 Version 1.9.6 started. 15 years ago
  sletz 2653c629be Correct JackCoreAudioDriver. 15 years ago
  Stéphane LETZ 6cb124d772 More cleanup in JackLockedEngine and JackEngine. 15 years ago
  Stéphane LETZ 49cac8025b Release JackEngine mutex before sending notifications. 15 years ago