2772 Commits (ec40ef2906ca2d06ec4aff03073a7de35cb15c84)
 

Author SHA1 Message Date
  sletz f31cbd2c55 Correct OSX project 16 years ago
  sletz 7179398778 Correct JackClient::ShutDown. 16 years ago
  sletz f6c2f38b5e Fix Midi port initialization in JackNetDriver. 16 years ago
  moret f4065881b3 Change jack/systemdeps.h include file (windows part) : recent MSVC compiler don't need vsnprintf() to be redefined anymore. 16 years ago
  nedko cf848b8573 Fix bug (potential crash) in jackdbus error message formatting 16 years ago
  nedko e845f540bb Apply patch by kfoltman that fixes #95 16 years ago
  sletz 8de9ecbb2e Fix alsa_seq port naming. 16 years ago
  sletz c5cb9d89b4 Init property size in JackCoreAudioAdapter and JackCoreAudioDriver. 16 years ago
  sletz 626570de96 Add missing methods in JackInternalClientChannel.h 16 years ago
  moret 5ab2f8e268 New JackRouter.dll, need to be tested on 64bits platform 16 years ago
  sletz b9395c1fb0 Backport of latest Paul alsa_seqmidi changes. 16 years ago
  sletz b50078f968 Tim Blechmann optimization patch. 16 years ago
  sletz 86d4357b09 Fix a crash in JackEngine::Close when backend cannot be loaded. 16 years ago
  nedko 407b735a28 New method of D-Bus configure interface: ResetParameterValue 16 years ago
  nedko ff903a0b54 Fix jackctl_parameter_reset() 16 years ago
  nedko 4f871f28c7 Refactor dbus configure interface; always have a selected driver, default one 16 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 16 years ago
  moret 01bb4f0ff5 AlsaAdapter compiles again with profiling records. 16 years ago
  moret f5b6fd7575 New JackRouter.dll : remove useless log files - cleanup 16 years ago
  moret 7d2da20110 Add missing Mingw10.dll in windows setup - Add extra info in windows installer ReadMe 16 years ago
  nedko 0184012b96 Remove debug log that is useless now 16 years ago
  nedko 606609f9b5 range constraint for realtime-priority engine parameter 16 years ago
  sletz ce79323448 Updated XCode project to correctly compile even if headers are not installed. 16 years ago
  sletz 3484f6182f Some more cleanup in JackCoreAudioDriver. 16 years ago
  sletz a281046055 Fix a conflict with Audio Hijack in JackCoreAudioDriver. 16 years ago
  nedko ab6969686d Fix value of JACK_CONSTRAINT_FLAG_FAKE_VALUE 16 years ago
  nedko 5fe2a26bfd Implement jack_controller_get_parameter_constraint() for range constraints 16 years ago
  nedko 5d586603df Doxygen documentation for new functions of control API 16 years ago
  nedko dc7cb7ddbf New DBUS configure interface methods: 16 years ago
  nedko 8409374edd Improve GetDriverParameterConstraint D-Bus method signature 16 years ago
  nedko 4420ca2b32 constraints for alsa driver dither and midi-driver parameters 16 years ago
  nedko bfaf8988f0 Transform range bool into flags 16 years ago
  nedko 5f19deec7f Remove sneaked test code 16 years ago
  nedko 6546208a4d New DBUS configure interface method: GetDriverParameterConstraint 16 years ago
  nedko b77ad14a17 Move jackctl_parameter_get_enum_constraint_description() to proper place 16 years ago
  nedko d03bd381eb Fix constraint functions linkage 16 years ago
  nedko e36f2bd458 Use uint32_t instead of bool in driver interface (to match current approach to bools in the driver interface) 16 years ago
  nedko bd40d3225f Expose jackctl_parameter_get_enum_constraint_description() in control API 16 years ago
  nedko 2eeaa3b8a5 Expose parameter constraints in control API 16 years ago
  nedko ebba58c8ee possible alsa device enum values 16 years ago
  nedko c3b51c7755 Associate description with each enum constraint value 16 years ago
  nedko 385f14448b Define driver parameter constraint descriptor 16 years ago
  sletz 28ef03b879 Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 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. 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz f7cb7bb5d9 Checking for libsamplerate in waf, fix ticket #89. 16 years ago
  sletz 1c40770e9d Cleanup on OSX. 16 years ago
  sletz 285b645723 Correct file permission for jack-shm-registry POSIX shared memory segment. 16 years ago
  sletz 3d037195c5 Add build of jdelay in test programs. 16 years ago
  sletz 7229e54be6 In JackFifo, display error message in verbose mode only when EINTR is returned. 16 years ago