918 Commits (af5f2eb7e3ee8c6ffc0dcdb3571fc8a43b2852cc)
 

Author SHA1 Message Date
  marco af5f2eb7e3 * Fix 4 bad characters in jack.h that were preventing doxygen to generate good latex code 18 years ago
  pieterpalmers 3b7d4ed948 implement a slightly more clean fix for the linux poll bug 18 years ago
  pieterpalmers 4939ec0317 printf field length fix 18 years ago
  pieterpalmers b95cb85b80 remove leftover reference code chunk 18 years ago
  paul 2cc32e191a karsten's mutex -> rwlock patch; fix up driver attach ordering so that we still get "system" port names 18 years ago
  pieterpalmers 5502124910 revert r1179 since it broke port alias stuff. Not needed anymore since we init the engine correctly since r1182. 18 years ago
  paul 52b8d53d41 fix up linux-poll-bug detection code, and change poll timeout for client event waiting to its own, distinct and significantly more realistic value (was 1+period msecs, is now 5 seconds) 18 years ago
  paul 7060774546 make default jack_error() callback use DEBUG if DEBUG_ENABLED is set to correctly order debug/error output; handle "false wakeups" from process/graph poll(2) calls 18 years ago
  paul 35f1cc8dbd make clients call jack_messagebuffer_init() and jack_messagebuffer_exit() 18 years ago
  pieterpalmers 40b18f4fd2 use messagebuffer for debug messages. might save us some embarrassing moments in the future. 18 years ago
  pieterpalmers 0cdd073dc7 properly initialize engine (thx nedko) 18 years ago
  pieterpalmers b72e4f2da7 Fix powerpc64 issues (patch by Heikki Lindholm). closes ticket #51 18 years ago
  pieterpalmers 9f619ce390 ensure proper cleanup if run_cycle fails 18 years ago
  pieterpalmers 286a17d28f fixes #49 18 years ago
  pieterpalmers 2cf4a791ee fix failure handling on NT driver start 18 years ago
  paul 91c1333742 mark clients Finished after process has been called; remove clients that do not respond to events et al; use poll&read to wait for event responses, not just read; add -r to remove/replace JACK SHM registry at startup 18 years ago
  pieterpalmers 60532cf545 make dummy backend use clock_nanosleep when available. gives much better timing accuracy 18 years ago
  marco 15410b496a * Applied Mike Taht's fix for proper alsa xrun duration measurement 18 years ago
  sletz 7150ea2e78 Fix ticket 49 18 years ago
  rncbc 593500bde3 jack.spec: moved all bin tools from example-clients to nominal package. 18 years ago
  rncbc 6e4716cdef * Make netjack build from `make dist` and `rpmbuild`. 18 years ago
  sletz b542040b20 Jacob Meuser disconnect clients patch 18 years ago
  sletz a1be71ffdc Jacob Meuser sun backend patch 18 years ago
  marco b4eaca6563 * An attempt to restore default signal behavior while inside netjack_poll() 18 years ago
  marco 4c45c54c5b * Unblock some signals during the poll() in netjack_poll() 18 years ago
  marco 94c1421995 * First attempt at a netjack_poll() function ! 18 years ago
  sletz cb67033b8b Jacob Meuser sun backend patch 18 years ago
  sletz 9a9d6bca80 Jacob Meuser usleep() patch 18 years ago
  marco e5d63d74e2 * Code cleanup in netjack_packet.c 18 years ago
  marco f0a4220243 * A patch from Torben Hohn to make netsource's output more pretty and user friendly 18 years ago
  marco ea2eed034b * Patch from Torben Hohn that adds the possibility to set the mtu used by NetJack connections 18 years ago
  marco 907afb26a7 * Rename net_source.c to netsource.c to make it consistent with the executable name 18 years ago
  marco 47b65e76f5 * Code cleanup 18 years ago
  marco c0c8ccd99b * Reorganise the receive code in the process callback 18 years ago
  marco 4f7038517f * Get rid of the goto in netjack_recv() and netjack_recvfrom() 18 years ago
  marco 8a0ca3b551 * First attempt at using poll() to wait for the first packet on a netjack slave 18 years ago
  marco 607a73ce58 * Documentation for jack_port_register() wasn't mentionning JACK_DEFAULT_MIDI_TYPE as part of jack's API. 18 years ago
  marco 171e6b2d1a * Have jack_netsource use jack_client_open() instead of jack_client_new() 18 years ago
  marco 1ea55fa14a * Change jacknet_client's name to jack_netsource 18 years ago
  sletz bb49c4f869 Fix compilation issue on OSX 18 years ago
  pieterpalmers 72d1002e21 - Add jackmidi support to netjack 18 years ago
  marco 8a9915c561 * Fix driver/netjack/Makefile.am: netjack tools where still there while source files gone 18 years ago
  marco 7170803622 * alsa_in, alsa_out and jacknet_client are now in the tools directory 18 years ago
  nedko 219a78abcb Fix alsa control handle leak. ok: paul 18 years ago
  marco d0aed7f5e9 * Moved the tools to the tools directory. Only examples remain in the example-clients directory 18 years ago
  sletz c3338a62a5 More documentation in jack.h 18 years ago
  sletz 34a9a49275 Cleanup 18 years ago
  dsbaikov 438a3e48f6 Embed small MIDI messages (4 bytes or less) into event structure. 18 years ago
  dsbaikov e87436a76b removed 'zombified' message, it was too strong. 18 years ago
  sletz 022057c0b1 Version bumped to 0.110.0 (API change) 18 years ago