186 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  sletz ed52540600 Beautifull code. 14 years ago
  sletz 68cc70705e Fix for CELT 0.11. 14 years ago
  sletz 8efcb5d116 Typo in wscript. 14 years ago
  sletz a1e18f5609 Build alsa_io again. 14 years ago
  sletz 9fe497674c Correction of jack_connect/jack_disconnect: use of jack_activate and volatile keyword for thread shared variable. 14 years ago
  Devin Anderson 950945cd7d Make midi_latency_test.c use an 'active sense' message instead of a 'midi clock' message when testing one byte messages. Some MIDI interfaces eat up sync messages. Of course, they could very well eat up 'active sense' messages too ... 14 years ago
  Devin Anderson dd4012c6ca Minor cleanup for 'midi_latency_test.c'. 14 years ago
  Stephane Letz 5360ec7522 Fix midi_latency_test.c for OSX. 14 years ago
  Devin Anderson 625af9c677 Correct peak jitter measurement to be the difference between the highest latency and lowest latency events instead of the difference between the latency of the event with latency farthest from the average latency and the average latency itself. Actually use the xrun callback. 14 years ago
  Stephane Letz 991167f561 Correct server_control.cpp. 14 years ago
  Devin Anderson e2683cb024 Fix 'alsarawmidi' driver so that it actually works. Add functionality to 'midi_latency_test'. Fix bug in raw write queue implementation. Output error message when a source MIDI port isn't valid during mixdown. Output error messages for error conditions detected in buffer read and write queues. 14 years ago
  Devin Anderson 6e92bd8020 Add 'alsarawmidi' driver, which is a slave MIDI driver that makes ALSA MIDI ports available to JACK. The driver uses the rawmidi devices, and uses the raw MIDI queues to optimize output. 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
  Devin Anderson 61ae5bc2ad Fix MIDI queue bugs. Make latency test output unexpected message count even if an error occurs. 14 years ago
  Devin Anderson 4bd1bef24c Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
  sletz b8cf0778a4 Update ALSA driver in progress(5). 14 years ago
  sletz 041a148eac Fixes on Linux. 14 years ago
  sletz b9eafba2b8 Compile on Linux again. 14 years ago
  sletz ce03dbb078 Synchronize jack_connect/jack_disconnect with JACK1 version. 14 years ago
  sletz 8b2ddf4f3e Synchronize netjack1 with JACK1 version. 14 years ago
  sletz e1d31d1fe7 Add jack_midi_dump client. 14 years ago
  sletz beecd2389a Compile on Windows again. 14 years ago
  sletz 246b75a99b Stop using alloca and allocate buffer on the heap for alsa_io. 14 years ago
  sletz 9a2cb9e3a8 Check requested buffer size and limit to 1..8192 - avoids wierd behaviour caused by jack_bufsize foobar. 14 years ago
  sletz d0011d5b94 Also print playback and capture latency in jack_lsp. 14 years ago
  sletz 4c709fef26 Compile on Windows again. 14 years ago
  sletz da76cef89f Add missing file. 14 years ago
  sletz 64c6fa87d7 Add latent test client for latency API. 14 years ago
  sletz 4f249a336f Remove JackPortIsActive flag. 14 years ago
  sletz e865c426fe Adrian Knoth jack_lsp patch. 14 years ago
  sletz 80eff0b334 Correct lsp.c code. 14 years ago
  Torben Hohn 2e50f17e4c fix using wrong rx_buffer for transmission in netsource 15 years ago
  sletz 399936ee92 Remove warning. 15 years ago
  sletz ecb4471edb Add tests to validate intclient.h API. 15 years ago
  Torben Hohn 1a44ede470 fix tabs and convert em to spaces. 15 years ago
  Torben Hohn 5e7a792f42 add uuid parameter to jack_client_open... 15 years ago
  Torben Hohn 3c0d95db60 some progress on jack-session 15 years ago
  sletz 6cc2e66c24 Correct wscipt for compilation of ALSA examples. 15 years ago
  sletz 478a646bda Compiles on Windows again. 15 years ago
  sletz 02c37dd397 Make jack_connect/jack_disconnect wait for effective port connection/disconnection. 15 years ago
  sletz f357977c1f jack_netsource : fix crash when hostname is unknown. 15 years ago
  sletz 8d904fe3ec Apply srcfactor.diff patch for ticket #162. 15 years ago
  sletz 85a525d60b Fix errors found by cppcheck. 15 years ago
  sletz d3c1703a8c Compiles on OSX. 15 years ago
  sletz 910fd826cb Compiles in Windows again. 15 years ago
  Torben Hohn 724237589b remove HAVE_CELT 1 define and include config.h 15 years ago
  nedko 5d67ec263e fix jack_transport build 15 years ago
  sletz 4efeb5470c Typo. 15 years ago
  sletz cad1589726 Mario Lang alsa_io time calculation overflow patch. 15 years ago
  Stéphane LETZ 04206f10d1 Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate". 15 years ago