624 Commits (ec40ef2906ca2d06ec4aff03073a7de35cb15c84)

Author SHA1 Message Date
  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 a7e8377441 rebase from trunk 4083:4180 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 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 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 7a2863cf55 rebase from trunk 4004:4041 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 249c0c3b5d rebase from trunk 3966:4004 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 54ebab2cf2 rebase from trunk 3930:3966 15 years ago
  sletz 07a0c94b93 More doc in net.h header. 15 years ago
  sletz d43ba8b98e Add parameter to chose sample encoder type and quality. 15 years ago
  sletz b393026e68 Capture or playback only mode now working in master mode. 15 years ago
  sletz cbd652cf85 Improve master mode. 15 years ago
  sletz 52993cd859 Add jack_flush_adapter API. 15 years ago
  sletz aeb3596194 Correct input or output only. 15 years ago
  sletz eade0c1c85 Add NetIntAudioBuffer class. 15 years ago
  sletz f4fa01f3ab More cleanup. 15 years ago