Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • a1be71f Jacob Meuser sun backend patch by sletz 2008-04-27 07:17:12 +0000
  • b4eaca6 * An attempt to restore default signal behavior while inside netjack_poll() by marco 2008-04-21 20:52:51 +0000
  • 4c45c54 * Unblock some signals during the poll() in netjack_poll() * Have net_driver_new() use netjack_poll() * Some code cleanup by marco 2008-04-21 20:33:45 +0000
  • 94c1421 * First attempt at a netjack_poll() function ! by marco 2008-04-21 19:06:18 +0000
  • cb67033 Jacob Meuser sun backend patch by sletz 2008-04-21 12:32:11 +0000
  • 9a9d6bc Jacob Meuser usleep() patch by sletz 2008-04-21 08:52:55 +0000
  • e5d63d7 * Code cleanup in netjack_packet.c by marco 2008-04-20 12:26:36 +0000
  • f0a4220 * A patch from Torben Hohn to make netsource's output more pretty and user friendly * Also removes printf from the process callback * Removed some printf in the driver by marco 2008-04-16 20:24:16 +0000
  • ea2eed0 * Patch from Torben Hohn that adds the possibility to set the mtu used by NetJack connections by marco 2008-04-16 18:17:32 +0000
  • 907afb2 * Rename net_source.c to netsource.c to make it consistent with the executable name by marco 2008-04-15 22:00:18 +0000
  • 47b65e7 * Code cleanup * Help text improvements * Output messages improvements/fixes * Latency now defaults to 5 which is a much more realistic/sensible default for most networks (I'm thinking about first user experience there by marco 2008-04-15 21:56:39 +0000
  • c0c8ccd * Reorganise the receive code in the process callback * Attempt to make the output regarding lost/late frames more clear by marco 2008-04-13 22:29:41 +0000
  • 4f70385 * Get rid of the goto in netjack_recv() and netjack_recvfrom() * Clarify the code a bit by marco 2008-04-13 19:30:32 +0000
  • 8a0ca3b * First attempt at using poll() to wait for the first packet on a netjack slave by marco 2008-04-13 17:29:24 +0000
  • 607a73c * Documentation for jack_port_register() wasn't mentionning JACK_DEFAULT_MIDI_TYPE as part of jack's API. by marco 2008-04-13 13:36:49 +0000
  • 171e6b2 * Have jack_netsource use jack_client_open() instead of jack_client_new() by marco 2008-04-12 18:21:41 +0000
  • 1ea55fa * Change jacknet_client's name to jack_netsource * Beautify netsource.c code * Change the host and port switches to -h and -p by marco 2008-04-12 17:19:06 +0000
  • bb49c4f Fix compilation issue on OSX by sletz 2008-04-10 10:27:54 +0000
  • 72d1002 - Add jackmidi support to netjack - Fix jackmidi autoconfig: the net backend will now self-configure it's ports according to the first packet received by the jacknet client. - Bump version to 0.111.0 since some config params were added. by pieterpalmers 2008-04-10 08:45:36 +0000
  • 8a9915c * Fix driver/netjack/Makefile.am: netjack tools where still there while source files gone * Test against HAVE_SAMPLERATE to check if the netjack tools can be built by marco 2008-04-09 20:07:20 +0000
  • 7170803 * alsa_in, alsa_out and jacknet_client are now in the tools directory * Removed the netsource in-process client * Netjack integration is considered complete, jack_midi support is still pending by marco 2008-04-09 19:04:47 +0000
  • 219a78a Fix alsa control handle leak. ok: paul by nedko 2008-04-04 22:44:13 +0000
  • d0aed7f * Moved the tools to the tools directory. Only examples remain in the example-clients directory * Updated Makefile.am and configure.ac files accordingly by marco 2008-04-02 21:53:12 +0000
  • c3338a6 More documentation in jack.h by sletz 2008-04-02 15:19:21 +0000
  • 34a9a49 Cleanup by sletz 2008-03-31 09:51:51 +0000
  • 438a3e4 Embed small MIDI messages (4 bytes or less) into event structure. Since most MIDI messages are 1..3 bytes, this saves a lot of space (33%). by dsbaikov 2008-03-31 01:39:05 +0000
  • e87436a removed 'zombified' message, it was too strong. by dsbaikov 2008-03-31 00:49:57 +0000
  • 022057c Version bumped to 0.110.0 (API change) by sletz 2008-03-30 12:57:21 +0000
  • 391a83f * Build and install the alsa_in and alsa_out tools by marco 2008-03-29 13:20:43 +0000
  • 997ab82 Cleanup by sletz 2008-03-28 22:03:03 +0000
  • 0b3f886 * Applied patch from Lars Luthman to fix a missing parameter in the usage message of jack_midiseq by marco 2008-03-28 18:33:56 +0000
  • 54c3de1 SVN 0.109.13: Jacob Meuser non-threaded patches by sletz 2008-03-27 21:29:08 +0000
  • 5ecbdf2 If raw midi port can't be opened, do not try again (fixes #35) by dsbaikov 2008-03-27 21:03:19 +0000
  • d219b6c Better feedback for NetJack backend compilation by sletz 2008-03-27 10:45:57 +0000
  • c0681c8 Pieter Palmers patch for correct setting of DEFAULT_TMP_DIR by sletz 2008-03-27 10:25:45 +0000
  • 139b4d8 update ffado API usage by pieterpalmers 2008-03-22 21:46:15 +0000
  • b6a2358 Fix build of SIMD support by sonarnerd 2008-03-21 13:19:14 +0000
  • 576b85f Fix jack_notify_all_port_interested_clients to deliver *one* notification only... by sletz 2008-03-17 22:26:49 +0000
  • 80a7570 Jacob Meuser fix for Sun backend by sletz 2008-03-17 14:09:30 +0000
  • 81e1a9a Fix in netsource init_sockaddr_in by sletz 2008-03-17 14:06:55 +0000
  • 09ef8d3 NetJack driver compiled again... by sletz 2008-03-17 13:18:50 +0000
  • a1d16c1 Marc-Olivier Barre netsource.c patch by sletz 2008-03-17 13:09:56 +0000
  • 13c90cb Fix varargs handling by sletz 2008-03-17 11:30:44 +0000
  • 019e9d2 Small correction after Jacob Meuser patches by sletz 2008-03-14 07:08:35 +0000
  • 95817bc Four patches from Jacob Meuser for OpenBSD by sletz 2008-03-14 07:02:10 +0000
  • 4a19c14 Apple Michael Gerdeau jack.spec.in patch by sletz 2008-03-13 20:50:53 +0000
  • 48cc14d Version 0.109.10 : fix portconnect notification issue by sletz 2008-03-13 16:17:14 +0000
  • 2c62c17 Correct nozombies parameter by sletz 2008-03-13 10:20:26 +0000
  • fad01df Version 0.109.9 : Jacob Meuser sun backend by sletz 2008-03-13 09:05:16 +0000
  • a89837b Version 0.109.8 : new thread model by sletz 2008-03-12 14:36:07 +0000
  • ec0171f Correct jack_internal_client_load for wrapper layer. by sletz 2008-03-11 14:23:32 +0000
  • 9be30e8 Unknown jack_log replaced by jack_info by sletz 2008-03-11 13:37:32 +0000
  • 934c838 Export jack_client_open_aux function by sletz 2008-03-11 12:15:32 +0000
  • 7bcc8d6 Marc-Olivier Barre patch for net_source.c by sletz 2008-03-11 09:49:08 +0000
  • 1f43771 Correct jack_client_open_aux(2) by sletz 2008-03-11 09:08:28 +0000
  • dc0df2f Correct jack_client_open_aux by sletz 2008-03-11 08:51:13 +0000
  • 4379a57 add manpages for the examples and tools (origin: debian) by pieterpalmers 2008-03-10 21:20:41 +0000
  • c1da822 fix typo (thx donfede) by pieterpalmers 2008-03-10 20:51:40 +0000
  • 0c5472e small fix, add assertion header by pieterpalmers 2008-03-10 20:50:32 +0000
  • c37a248 Version 0.109.7 : server code compiled in libjackserver library, code prepared for jackd/jackdmp switch by sletz 2008-03-10 14:53:20 +0000
  • 8bf639d Replace non defined jack_info_multiline by printf in usx2y.c debug code by sletz 2008-03-07 22:02:07 +0000
  • caa02ff Cleanup by sletz 2008-03-06 14:50:53 +0000
  • 9ea6ef5 Token parsing in netsource jack_initialize(3) by sletz 2008-03-06 14:33:30 +0000
  • b5567aa Token parsing in netsource jack_initialize(2) by sletz 2008-03-06 14:10:09 +0000
  • 90f39b8 Token parsing in netsource jack_initialize by sletz 2008-03-06 14:02:55 +0000
  • cc4f5ad Correct AM_CONDITIONAL by sletz 2008-03-06 12:14:44 +0000
  • cfaa270 Correct libsamplerate version checking by sletz 2008-03-06 12:11:27 +0000
  • c7bf80a Correct libsamplerate version checking by sletz 2008-03-06 12:03:57 +0000
  • ce59377 Add libsamplerate checking by sletz 2008-03-06 11:44:14 +0000
  • f816e5d Add code in netsource jack_initialize(2) by sletz 2008-03-06 11:25:26 +0000
  • 819c20f Add code in netsource jack_initialize by sletz 2008-03-06 10:41:44 +0000
  • ece1d34 Add netsource as an internal client by sletz 2008-03-06 10:03:06 +0000
  • aca84cb Typo by sletz 2008-03-06 09:32:42 +0000
  • e51afa7 Use jack_info instead of printf by sletz 2008-03-06 09:31:31 +0000
  • 280620f Add -lsamplerate for NetJack driver by sletz 2008-03-06 09:08:27 +0000
  • 38aaeb9 Version 0.109.6: add NetJack code in source tree by sletz 2008-03-06 08:51:44 +0000
  • bf95bb6 Typo by sletz 2008-03-05 17:50:56 +0000
  • f912476 0.109.5: fix jack_set_port_connect_callback and counting connections bug by sletz 2008-03-05 13:49:49 +0000
  • f0bfb84 Version 0.109.4 : Nedko Arnaudov log patch by sletz 2008-03-04 12:20:10 +0000
  • fca53f6 add midi period overflow handling by pieterpalmers 2008-02-24 20:37:53 +0000
  • 581582e implement jack-midi support for the firewire backend midi channels by pieterpalmers 2008-02-23 18:05:22 +0000
  • 698516c remove obsolete alsa sequencer code by pieterpalmers 2008-02-21 19:16:20 +0000
  • b1ccfac (tag: 0.109.2) version bump by pieterpalmers 2008-01-30 18:16:42 +0000
  • 5a572eb * revert name of ALSA audio backend to "alsa_pcm" so that pre-0.109 connection information can be used again. by paul 2008-01-30 18:04:55 +0000
  • ab43908 - USX2Y driver updates to enable JACK MIDI devices to show up in raw-usb mode (previously, raw-usb mode didn't initialize or call MIDI drivers properly). by rncbc 2008-01-19 23:28:14 +0000
  • 6ca2783 fix use of popen() to work on systems that reset PATH for popen'ed command (e.g. OS X) by paul 2008-01-17 19:46:10 +0000
  • 772f1df (tag: 0.109.0) disable firewire backend debugging by pieterpalmers 2008-01-12 14:11:33 +0000
  • be46856 update required FFADO version; bump version to 0.109.0 by pieterpalmers 2008-01-12 13:28:13 +0000
  • 3149844 added some extra AUTHORS by pieterpalmers 2008-01-12 12:47:16 +0000
  • 1976086 increment watchdog timeout to 10 secs to accomodate the long startup of some FFADO devices by pieterpalmers 2008-01-10 21:34:30 +0000
  • 9ba4535 bugfixes by pieterpalmers 2008-01-06 21:43:13 +0000
  • 1ba5624 update firewire backend to reflect ffado API changes by pieterpalmers 2008-01-06 21:15:34 +0000
  • b64fcc5 some fixes for compilation warnings/errors (by Nedko) by pieterpalmers 2008-01-06 13:34:09 +0000
  • fcd5ea5 - RPM spec update. by rncbc 2008-01-05 01:55:07 +0000
  • 38099a7 Adapted and applied jack_lsp filter patch by Ken Restivo. by pieterpalmers 2007-12-28 21:34:40 +0000
  • 646dd40 Fix bad behavior when jack clients return a nonzero value in their process callback. (as reported by Rui and Fernando) by pieterpalmers 2007-12-28 21:16:04 +0000
  • c15c245 update the munge fix to not use static variables. by pieterpalmers 2007-12-28 21:14:04 +0000
  • 8e23074 Commit of Aug 26, 2007 patch by Nedko Arnaudov. by pieterpalmers 2007-12-28 20:10:41 +0000
  • d450337 Correct sample_rate management in Open. Better handling in sample_rate change listener. by sletz 2007-12-05 10:00:43 +0000
  • c25e45e Correct bug in CoreAudio driver sample rate management. by sletz 2007-12-04 08:23:42 +0000