79 Commits (fdcb49c06345643eefd6fa32eb954e1d118fc1eb)

Author SHA1 Message Date
  sletz fdcb49c063 Correction in jackdmp.cpp: notify_server_stop should be done after server destruction. 14 years ago
  Stephane Letz bdde2d110b CoreMidi driver starting to work. 14 years ago
  Stephane Letz 810ec14d11 Improve error handling. 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
  sletz e27f815216 Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 14 years ago
  sletz e64c819a6d -X now allows to add several slave backends, add -I to load several internal clients. 14 years ago
  sletz 2d043e58b8 Latency callback must always be activated. 14 years ago
  sletz 221c51ff37 In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start. Correct symbols export in backends on OSX. 14 years ago
  sletz 541b074bca Fix ticket #194 14 years ago
  sletz 836f0b2996 Commit jackd2-manpages.patch, ticket #166. 15 years ago
  sletz a4604f7c78 Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled' 15 years ago
  sletz 34b02980eb Correct possible backend list for Linux. 15 years ago
  sletz 7453e5b018 Dynamic choice of maximum port number. 15 years ago
  nedko 0a74b49026 remove unused 'a' option; matches jack1 commit r3815 15 years ago
  nedko d5ac85545e remove duplicate 'L:' in getopt string 15 years ago
  nedko c9bbc68a8d avoid duplication of common stuff in getopt options strings 15 years ago
  sletz 2cbaece993 Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is now default, usable backend given vie platform. 15 years ago
  sletz 5e5da014fb Typo(s). 15 years ago
  sletz f118301866 Correct jackdmp.cpp (failures case were not correct..). Improve JackCoreAudioDriver code. Raise default port number to 2048. 15 years ago
  sletz e3b0f67835 -L paramater for loopback backend activated again in jackd. 16 years ago
  sletz 56f4d13ecb In combined --dbus and --classic compilation ode, use PulseAudio acquire/release code. 16 years ago
  nedko 3aa9b525c3 Move dbus device reservation code to jackdbus 16 years ago
  sletz 0ed5750f7c Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions. 16 years ago
  nedko 01830b15a4 Untobify Jackdmp.cpp 16 years ago
  sletz 8146837a13 First working version of native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver). 16 years ago
  sletz 909c161638 Add jackctl_server_load_master/jackctl_server_unload_master API. 16 years ago
  sletz 76d977c27e Clock source setting code working on Linux. 16 years ago
  sletz c284e58b88 Clock source setting on Linux (in progress). 16 years ago
  sletz 642006c445 Add a temporary generic MIDI driver, deactivate -X for now. 16 years ago
  sletz d9c39e3db5 JackWinMMEDriver working on Windows. 16 years ago
  sletz 34ff05a8ca Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 16 years ago
  sletz b88b6747c2 Improve jackd -V mode. 16 years ago
  sletz 934c9b7afe Version 1.9.3 started. 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz 80e75c504c Add -u (unlock) again in jackd parameters list (even if not used yet). 16 years ago
  sletz 46f0e85794 Add -m (mlock) again in jackd paramaters list (even if not used yet). 16 years ago
  sletz d95ea4826a Implement jackctl_server_load_internal and jackctl_server_unload_internal. 16 years ago
  sletz d930f66776 Tim Blechmann patch for compilation with GCC 4.4. 16 years ago
  sletz 222362160e Add missing OSX include in jackdmp.cpp and correct OSX wscript. 17 years ago
  sletz aadded5a07 Fix server client OSX special notification mechanism, CoreAudio driver compilation back for 10.4. 17 years ago
  sletz d183a2db73 Add -p as launch parameter again to make Ardour happy... 17 years ago
  sletz 6dc1387fc5 Loopback driver working again. 17 years ago
  sletz 2368639545 Cleanup 17 years ago
  sletz fe16706170 Compiles on Windows again 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz 93f1b9a969 Fix double copyright print 17 years ago
  sletz afccd5104c Add missing include for proper compilation when jack headers are not installed. 17 years ago
  sletz c0f0fd7cc9 Merge control branch. 17 years ago
  sletz 0a0ede0768 Package number bumped to 1.90 everywhere. 17 years ago
  sletz 536c0b5476 Use of placement new for dynamic port allocation is possibly not safe... so avoid that until a definitive answer is found. 17 years ago