2772 Commits (ec40ef2906ca2d06ec4aff03073a7de35cb15c84)
 

Author SHA1 Message Date
  sletz f8d78dc7d0 Fix CELT code in JackNetOneDriver.cpp. 14 years ago
  Devin Anderson a6c7881ee4 Merge branch 'newer-midi' of git://repo.or.cz/jack2 into newer-midi 14 years ago
  Devin Anderson 6c5a4ceb84 Strangeness concerning the 'Process()' implementation in the JackMidiDriver class: In async mode, if the Write method is run before ResumeRefNum, then events are occasionally lost. This also happens in sync mode, though it shouldn't. I'm committing what I *think* should be the proper implementation, but it's still buggy in sync mode (works in async mode), and I'm not sure why. Someone that's more familiar with JACK 2 threading should take a look at this, remembering that the MIDI drivers are slave drivers. 14 years ago
  Devin Anderson e2683cb024 Fix 'alsarawmidi' driver so that it actually works. Add functionality to 'midi_latency_test'. Fix bug in raw write queue implementation. Output error message when a source MIDI port isn't valid during mixdown. Output error messages for error conditions detected in buffer read and write queues. 14 years ago
  Devin Anderson 4ced89b41c Minor library change that I forgot to add to the last commit. Adds a method to asynchronous queues that checks to available write space in the queue. 14 years ago
  Devin Anderson 6e92bd8020 Add 'alsarawmidi' driver, which is a slave MIDI driver that makes ALSA MIDI ports available to JACK. The driver uses the rawmidi devices, and uses the raw MIDI queues to optimize output. 14 years ago
  Stephane Letz 17df184da2 jackctl_server_add_slave and jackctl_server_remove_slave now test if server is running. 14 years ago
  Devin Anderson 62abf3f768 Make freewheel driver 'Start()', 'Process()', etc. methods called via the freewheel driver object when freewheel mode is off, and via the threaded driver wrapper when freewheel mode is on. 14 years ago
  Stephane Letz 4916a78906 Update XCode project. 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
  Devin Anderson 725c7c4ff2 Kill temporary FFADO debug code. 14 years ago
  Devin Anderson 61ae5bc2ad Fix MIDI queue bugs. Make latency test output unexpected message count even if an error occurs. 14 years ago
  Devin Anderson b426ca5e5d Fix minor syntax error 14 years ago
  Devin Anderson 4bd1bef24c Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
  sletz 6e054114b9 Typo. 14 years ago
  sletz 42bf14c08c Correct JackServer::SwitchMaster. 14 years ago
  sletz eb67fde933 Cleanup. 14 years ago
  sletz ccdfe51346 Cleanup. 14 years ago
  sletz e97dcccfa8 Cleanup ALSA driver. 14 years ago
  sletz f1b62da08a Fix for client RT thread. 14 years ago
  sletz b8d0230de8 Cleanup ALSA driver code. 14 years ago
  sletz 137e4867bb Remove use of jack_driver_nt_finish. 14 years ago
  sletz 2869ca7014 Cleanup. 14 years ago
  sletz 3f9a3d85f8 ALSA driver still in progress. 14 years ago
  sletz ee393311bf New ALSA driver now compile. 14 years ago
  sletz a12d18becd Code to link alsa_driver.c and C++ wrapper. 14 years ago
  sletz b8cf0778a4 Update ALSA driver in progress(5). 14 years ago
  sletz 14e2f368cc Update ALSA driver in progress(4). 14 years ago
  sletz 1abff2cbe0 Update ALSA driver in progress(3). 14 years ago
  sletz 608ba9885e Update ALSA driver in progress(2). 14 years ago
  sletz f5672fc3ad Update ALSA driver in progress. 14 years ago
  sletz 1ec2775bb4 Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API. 14 years ago
  sletz 84879fe890 Correct visibility warnings. 14 years ago
  sletz f2a40116fd Remove warning. 14 years ago
  sletz 3c08dbac73 Change include in JackAlsaAdapter.cpp. 14 years ago
  sletz 041a148eac Fixes on Linux. 14 years ago
  sletz acba6ceca7 Typo in JackAlsaAdapter.h. 14 years ago
  sletz 4b61a99144 Correct loopback driver handling in JackServerGlobals. 14 years ago
  sletz b295be5b40 Compile on Windows again. 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 d96a755c3c Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 14 years ago
  sletz a7e8377441 rebase from trunk 4083:4180 14 years ago
  sletz 675d93c269 Cleanup. 14 years ago
  sletz b48178a1fd Correct JackNetMaster::SetBufferSize. 14 years ago
  sletz e2c25b2fa7 Works again on Windows. 14 years ago
  sletz fa5b9d572f Works again on Windows. 14 years ago
  sletz 1e3f95e2fd Compile on Windows again. 14 years ago
  sletz b9eafba2b8 Compile on Linux again. 14 years ago
  sletz 89205838f1 Use new latency API in JackNetManager. 14 years ago