496 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  sletz 4f5e3ecd37 Correct driver lifetime management. 14 years ago
  sletz 37a971473b Fix in JackCoreAudioDriver::Read when there is no inputs. 14 years ago
  sletz 3b80fc105c Cleanup. 14 years ago
  sletz 3ea1d70b0c Netdriver can now ask for in/out values from the master (in progress). 14 years ago
  sletz a49f53c5bf More messages in verbose mode. 14 years ago
  Stephane Letz 2997da1f23 Move MIDI common files in server library on OSX. 14 years ago
  Stephane Letz ceb7c50ec4 Correct virtual sources/destinations handling. 14 years ago
  sletz 53111aac1b Version 1.9.8 started. 14 years ago
  Stephane Letz cf98c33ef8 Correct SetBufferSize for drivers. 14 years ago
  Stephane Letz e75eea7e67 Add missing include. 14 years ago
  Devin Anderson 66200176dc Add support for advance scheduling via driver preferences. Hope this doesn't break anything. 14 years ago
  Stephane Letz c362b8b0bb Add set_threaded_log_function in CoreMidi RT thread. 14 years ago
  Stephane Letz f21223cf60 Correct MIDI threads priority. 14 years ago
  Stephane Letz 6341e37859 Correct some naming stuff. 14 years ago
  Devin Anderson 6916946961 Use EAGAIN with 'sem_trywait' instead of ETIMEDOUT. 14 years ago
  Stephane Letz 33534bd8a7 Cleanup. 14 years ago
  Stephane Letz c1c9a7c4cd Correct JackCoreAudioDriver::Close. 14 years ago
  Stephane Letz bdde2d110b CoreMidi driver starting to work. 14 years ago
  Devin Anderson 9a538cbddc Make JackCoreMidiOutputPort use the standard JackMidiAsyncQueue with native semaphores. 14 years ago
  Stephane Letz 810ec14d11 Improve error handling. 14 years ago
  Stephane Letz 8ff7bfe6f7 MIDI thread RT priority reworked a bit on OSX. 14 years ago
  Stephane Letz e843289af8 MIDI thread RT priority reworked a bit on OSX. 14 years ago
  Stephane Letz c8e5d8d3ff Update XCode project. 14 years ago
  Stephane Letz 62496d8ba8 Now compiles on OSX. 14 years ago
  Devin Anderson 94cd8d0be5 Fix compilation errors sent from Stephane. 14 years ago
  Stephane Letz 955c051f72 Compilation on OSX in progress. 14 years ago
  Devin Anderson 0429665581 Overhaulled the CoreMIDI driver. Added queue objects. Added proper event times (I think). WARNING: I've never programmed for Mac. I don't have a Mac development environment. I haven't tested or compiled the code I'm committing (Stephane said he'd take care of that). Don't expect this code to run without a thorough debug and fix session. That said, I hope this code can be turned into something workable. 14 years ago
  Stephane Letz faf29128cf Cleanup JackCoreAudioAdapter. 14 years ago
  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