1360 Commits (86d4357b09753a930226f95c47ea2ea3edd57165)
 

Author SHA1 Message Date
  sletz 86d4357b09 Fix a crash in JackEngine::Close when backend cannot be loaded. 17 years ago
  nedko 407b735a28 New method of D-Bus configure interface: ResetParameterValue 17 years ago
  nedko ff903a0b54 Fix jackctl_parameter_reset() 17 years ago
  nedko 4f871f28c7 Refactor dbus configure interface; always have a selected driver, default one 17 years ago
  moret b3f15f9cb5 Correct strange stl behaviour at runtime on windows - correct 'undefined reference' for alsaadapter - rebuild jackrouter.dll from a new libjack.lib 17 years ago
  moret 01bb4f0ff5 AlsaAdapter compiles again with profiling records. 17 years ago
  moret f5b6fd7575 New JackRouter.dll : remove useless log files - cleanup 17 years ago
  moret 7d2da20110 Add missing Mingw10.dll in windows setup - Add extra info in windows installer ReadMe 17 years ago
  nedko 0184012b96 Remove debug log that is useless now 17 years ago
  nedko 606609f9b5 range constraint for realtime-priority engine parameter 17 years ago
  sletz ce79323448 Updated XCode project to correctly compile even if headers are not installed. 17 years ago
  sletz 3484f6182f Some more cleanup in JackCoreAudioDriver. 17 years ago
  sletz a281046055 Fix a conflict with Audio Hijack in JackCoreAudioDriver. 17 years ago
  nedko ab6969686d Fix value of JACK_CONSTRAINT_FLAG_FAKE_VALUE 17 years ago
  nedko 5fe2a26bfd Implement jack_controller_get_parameter_constraint() for range constraints 17 years ago
  nedko 5d586603df Doxygen documentation for new functions of control API 17 years ago
  nedko dc7cb7ddbf New DBUS configure interface methods: 17 years ago
  nedko 8409374edd Improve GetDriverParameterConstraint D-Bus method signature 17 years ago
  nedko 4420ca2b32 constraints for alsa driver dither and midi-driver parameters 17 years ago
  nedko bfaf8988f0 Transform range bool into flags 17 years ago
  nedko 5f19deec7f Remove sneaked test code 17 years ago
  nedko 6546208a4d New DBUS configure interface method: GetDriverParameterConstraint 17 years ago
  nedko b77ad14a17 Move jackctl_parameter_get_enum_constraint_description() to proper place 17 years ago
  nedko d03bd381eb Fix constraint functions linkage 17 years ago
  nedko e36f2bd458 Use uint32_t instead of bool in driver interface (to match current approach to bools in the driver interface) 17 years ago
  nedko bd40d3225f Expose jackctl_parameter_get_enum_constraint_description() in control API 17 years ago
  nedko 2eeaa3b8a5 Expose parameter constraints in control API 17 years ago
  nedko ebba58c8ee possible alsa device enum values 17 years ago
  nedko c3b51c7755 Associate description with each enum constraint value 17 years ago
  nedko 385f14448b Define driver parameter constraint descriptor 17 years ago
  sletz 28ef03b879 Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 17 years ago
  sletz 23fab4f1bb Fix a SMP related bug introduced in rev 2957 : remove the __SMP__ flag and define LOCK for SMP in all cases. 17 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 17 years ago
  sletz f7cb7bb5d9 Checking for libsamplerate in waf, fix ticket #89. 17 years ago
  sletz 1c40770e9d Cleanup on OSX. 17 years ago
  sletz 285b645723 Correct file permission for jack-shm-registry POSIX shared memory segment. 17 years ago
  sletz 3d037195c5 Add build of jdelay in test programs. 17 years ago
  sletz 7229e54be6 In JackFifo, display error message in verbose mode only when EINTR is returned. 17 years ago
  sletz e291f37568 Define a JackShutdownCallback type, various callback related cleanup. 17 years ago
  sletz 98a789ae4f Tim Blechmann optimization patches. 17 years ago
  sletz 80e75c504c Add -u (unlock) again in jackd parameters list (even if not used yet). 17 years ago
  sletz 538f9eaab3 Update JackRouter.dll 17 years ago
  sletz 847cfa1022 Make internal functions static. 17 years ago
  sletz d7ea77e268 Cleanup on Windows. 17 years ago
  sletz 357e823209 JackRequest.h moved back to common folder. 17 years ago
  sletz 7628f71f59 Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines. 17 years ago
  nedko 9e113a0712 Expose through introspection signals of D-Bus control interface 17 years ago
  nedko 92dcaddc5a Improve svnversion_regenerate.sh script to handle git-svn 17 years ago
  sletz 27b17399e7 Correct PortRegister prototype. 17 years ago
  sletz 183b591a9b Michael Voigt JackAPI cleanup patch. 17 years ago