1449 Commits (e726e6a74665062276ab96a2cf0d33a670c19ada)
 

Author SHA1 Message Date
  torben e726e6a746 [engine] in case of a continous stream of timeouts, we suspend the execution of the processing graph. 14 years ago
  torben b7eed771d1 [engine] relax the rules for zombification 14 years ago
  torben 70adc7d48a [controlAPI] add libjack* linkage to net, oss and firewire driver 14 years ago
  torben 51db45b559 [controlAPI] a bit of cosmetics (i failed to hold codingstyle) 14 years ago
  torben 93e9a29274 [controlAPI] factor out jack_stop_watchdog, and use it during switch_master 14 years ago
  torben 19dc6322ae [python] add jackctl.py temporarily 14 years ago
  torben 42d0bd99f3 [controlAPI] first implementation of jackctl_server_switch_master() 14 years ago
  torben da26d33e14 [engine] make jack_remove_client() visible 14 years ago
  torben 0cdc3916cd fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL 14 years ago
  torben a16492b689 fix Makefiles to reference libraries things depend on. 14 years ago
  torben 601d54b816 [controlAPI] make things a bit more clear 14 years ago
  torben 6ff6597067 [controlAPI] remove annoying error message about no internal clients 14 years ago
  torben b7ac46769f [controlAPI] fix broken compilation sigmask_t -> sigset_t 14 years ago
  torben 7c9b90416c [controlAPI] block signals in server_start... 14 years ago
  torben eaf5277182 [controlAPI] first implementation of switch master 14 years ago
  torben ceb4d05f8b [controlAPI] dont include jack/systemdeps.h which doesnt exist in jack1 14 years ago
  torben 4fc97b0b87 [controlAPI] add server_control.c example 14 years ago
  torben 9a4ffcde0f [controlAPI] switch server_start and server_stop code to jack1 14 years ago
  torben 6e6fc8dde9 [controlAPI] continue passing in the constraints 14 years ago
  torben d3fd762366 [controlAPI] remove JackDriverInfo from struct jackctl_driver 14 years ago
  torben 1a0eb6c832 [controlAPI] add missing serverparameters for jack1 14 years ago
  torben cd53c6bad4 [controlAPI] temporaily move jack_cleanup_files into controlapi.c 14 years ago
  torben a84b9928ba [controlAPI] turn on the constraint stuff again 14 years ago
  torben 7db4be8055 [controlAPI] adjust parameter definitions in oss driver for changed struct 14 years ago
  torben bbf739d788 [controlAPI] add the driver scan code from jackd.c to controlapi.c 14 years ago
  torben f96f9306b1 [controlAPI] first iteration, make controlapi.c compilable 14 years ago
  torben 4245b4abbc [controlAPI] initital commit of files from jack2. (c++ doesnt compile) 14 years ago
  torben 4553d465bf [controlAPI] add constraints to driver interface 14 years ago
  torben fe66547ea2 enable proper removal of slave drivers which fail to start 14 years ago
  torben 71afbc6f28 [alsa-midi] add basic alsa-seq midi slave driver 14 years ago
  torben c3145813a1 [jackd] add support for slave drivers into jackd executable 14 years ago
  torben d3a0ec4cad [core] add basic support for slave drivers to engine 14 years ago
  paul 043b3924c3 if an ALSA device cannot be opened because its busy, try to use lsof(1) to determine which processes have the device open, and show that list to the user. Heuristic, because we don't know which /dev files map to a given ALSA device name, so test them all 15 years ago
  paul 815fabe8a8 fix help/usage message for jack_samplerate (c/o adi) 15 years ago
  torben 1247bedf23 [core] call driver->write even when process cycle failed 15 years ago
  paul 345f9dbed7 substantive rearrangement of OSX code so that async API (jack_cycle_wait/jack_cycle_signal) works on that platform. tested (provisionally) with the help of lincoln spiteri 15 years ago
  paul 768ac5ffb7 provide more info when a duplicate port name is registered 15 years ago
  paul b5e0fa5aa5 various doxygen changes from raboof & gabredd via trac #153 15 years ago
  torben e79ff76305 [libjack] fix warning about volatile return type, by typedef 15 years ago
  torben 54e2682819 [libjack] fix stack touching for RT threads created. 15 years ago
  torben 51310fc126 [alsa] fix whitespace from previous commits. 15 years ago
  torben ed63256c9e [alsa] initialise driver->read_via_copy also for cap PCM_FORMAT_FLOAT_LE 15 years ago
  torben 5d954da0a6 [alsa] remove useless copy function. 15 years ago
  torben b1d74e2364 [alsa] fix initialisation of io functions for capture only mode 15 years ago
  paul f8c1e777a3 updated comments for session.h from drobilla - no functional changes at all. docs have been updated at jackaudio.org 15 years ago
  paul c22f9aecbb return null if jack_port_get_buffer() is used before jack_activate() 15 years ago
  paul 8cd558d469 rename jdelay to jack_iodelay as per fons' request 15 years ago
  paul d89d379f8f add man page for jack_iodelay 15 years ago
  paul c4baec6695 tweak weak linkage comments and fix typo 15 years ago
  torben a3424a6664 [alsa_out] squelch diff to alsa_in by moving the quit variable around. 15 years ago