1428 Commits (cd53c6bad4636e2cdfbf58f2b02dc5db736fc01d)
 

Author SHA1 Message Date
  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
  torben b726435025 [alsa_out] add SND_PCM_FORMAT_S24_3LE format support 15 years ago
  torben cd2dca8587 [alsa_out] remove the offset on the delay computation 15 years ago
  torben e9b00c7c5a [alsa_io] stop using alloca and allocate buffer on the heap. 15 years ago
  paul 25ef5032c7 weak linkage docs, take 1 15 years ago
  paul 4f53ebe6a6 doc fixes to add session API and other tweaks 15 years ago
  torben b280415830 [core] add jack_port_type_get_buffer_size() 15 years ago
  paul 41ee680137 torben's patch to hide pthread_t from jack public headers 15 years ago
  paul 8cf46ee70b check requested buffer size and limit to 1..16384 - avoids wierd behaviour caused by jack_bufsize foobar 15 years ago
  torben 7df02e91d5 [core] pass client->engine->buffer_size to bufsize callback, not client->nframes 15 years ago
  torben b08c3368e6 [alsa] fix missing - in -EPIPE 15 years ago
  torben a0a93ace65 [jdelay] fix jdelay for new latency api. 15 years ago
  torben febfb52d72 [tools] add jdelay ported to C from jack2 codebase 15 years ago
  torben 19e89a7b87 add jack_client_has_session_callback() ... 15 years ago
  paul 4fb45ee1c2 remove information about tmpfs from README file; update website URL in same file 15 years ago
  paul 865ce23ece fix freqscaling test (ported from ardour) 15 years ago
  paul e68790ed74 systemtest should use SCHED_FIFO not SCHED_RR 15 years ago
  torben 80e93bc090 [sanitycheck] remove warning about unlimited amount of locked memory 15 years ago
  torben b26018f235 fix sanitycheck.c to tell user to use 99 for RT prio 15 years ago
  paul bc94b442b5 fix listification of conditions for clients to avoid latency callback in docs 15 years ago
  paul ac79cdf520 update documentation for latency management API 15 years ago
  torben f9b762ba04 [midi dump] fix warning 15 years ago