3222 Commits (ae81d3cb41d81dd74988b1036fb148257bc4626c)
 

Author SHA1 Message Date
  sletz 79a5f3a537 Correct warning. 14 years ago
  sletz 440ff36c88 Correct JackNetDriver::Initialize. 14 years ago
  sletz c764ef2802 Cleanup JackPortAudioAdapter. 14 years ago
  sletz 73d233af63 Remove old library. 14 years ago
  sletz 951b3f3b94 Simplify Windows installers: remove the VC++ 2008 dependency. 14 years ago
  Devin Anderson 1c1d94eb84 Minor comment changes. 14 years ago
  Devin Anderson 66cfcc0908 Merge branch 'master' of git://repo.or.cz/jack2 into newer-midi 14 years ago
  Devin Anderson 52d0665023 Optimize the 'alsarawmidi' driver for I/O over multiple ports. Make 'GetCurrentFrame' call 'GetMicroSeconds' earlier in the function call. 14 years ago
  sletz 458d007a75 Correct Windows installers. 14 years ago
  sletz 3279438563 Improve drivers and internals loading code. 14 years ago
  sletz ffe5b7cdb3 Correct Windows 64 installer. 14 years ago
  sletz 06b95a18b9 Add jack_midi_latency_client in Windows projects. 14 years ago
  sletz 8af2c5dd4a Cleanup. 14 years ago
  sletz 8b30f72b64 Working 64 and 32 bits installer on Windows. 14 years ago
  Devin Anderson 4ae9118fc2 Put 'alsarawmidi' Poll code inline, as it's only called in one place in the driver. Fix potential memory leak with ALSA rawmidi info. Do away with unnecessary auto_ptrs. 14 years ago
  Devin Anderson ddfe2bc5f0 Put 'alsarawmidi' Poll code inline, as it's only called in one place in the driver. Fix potential memory leak with ALSA rawmidi info. Do away with unnecessary auto_ptrs. 14 years ago
  Devin Anderson e0cae3572c Add 'GetAvailableSpace() method to JackMidiRawInputWriteQueue. 14 years ago
  Devin Anderson 7483c24509 Take away early bytes optimization from JackMidiRawOutputWriteQueue, as some MIDI systems timestamp incoming data using the time the status byte arrives vs. the time the last byte arrives. Also, doing some debugging on the 'alsarawmidi' driver (in progress). 14 years ago
  nedko e155b755bc jackdbus: reduce code duplication 14 years ago
  nedko 49dffe6226 jackdbus: fix slave driver support 14 years ago
  sletz 3787c33c21 Merge remote-tracking branch 'cz/newer-midi' 14 years ago
  Devin Anderson 20233db13e Oops! Forgot to add port uniqueness changes. 14 years ago
  Devin Anderson 71d9f1ca2b Change naming scheme of 'alsarawmidi' ports for uniqueness when two MIDI interfaces with the same name are connected. Change 'alsarawmidi' ALSA port buffer size to 32 (lowest possible - it would be nice to make this lower) so that realtime MIDI messages can be sent ASAP when necessary. 14 years ago
  sletz 5e884eaa78 Correct library names. 14 years ago
  sletz 87af94ddfc Update WinMME driver for 64 bits compilation. 14 years ago
  sletz f942ca2284 Correct linking issues. 14 years ago
  sletz 1683375295 Typo and warning. 14 years ago
  sletz fcde502ab6 Change intermediate compilation names on Windows. 14 years ago
  sletz 172555c9a0 Windows 32 bits targets now compile. 14 years ago
  sletz dd14991c79 Change ouput folder in 64 bits mode. 14 years ago
  sletz 86238c0462 Correct linker options. 14 years ago
  sletz 63169ebd2a Correct linker options. 14 years ago
  sletz 4334ccb0a9 Update Windows projects for 64/32 bits compilation. 14 years ago
  sletz 3558d8ef18 Fix JackWeakAPI.cpp (pthread_t replace by jack_native_thread_t). 14 years ago
  sletz e522c4f29f Correct 64/32 bits version of libjackserver.cbp 14 years ago
  sletz 18644baf79 libjackserver.cbp for 64/32 bits compilation. 14 years ago
  sletz 44db4f1c6c Compiles again on OSX. 14 years ago
  sletz 8706763332 64 bits compilation on Windows. 14 years ago
  sletz 592ed0f331 Merge remote-tracking branch 'cz/devin-resolving' 14 years ago
  Devin Anderson d1d25bea79 Fix latency plot error. 14 years ago
  Devin Anderson ccbf581d19 Optimize timing of 'alsarawmiidi' driver. Set parameters on 'rawmidi' ports. Minor fixes to 'jack_midi_latency_test'. Add latency plot to 'jack_midi_latency_test'. 14 years ago
  sletz acb9fe26b9 New internal JackSession.h file (for 64 bits compilation on Windows). 14 years ago
  sletz 92bb6df214 Remove warnings. 14 years ago
  sletz 0269b3deb2 Improve handling of loopback driver. 14 years ago
  sletz 621db9bf55 FW driver has to be explicitly closed. 14 years ago
  sletz 59b39cad0e Improve jackctl_server_remove_slave. 14 years ago
  sletz d904746b42 Oops! Fix error messages on WIN32. 14 years ago
  sletz 44d46d34cd Oops! Check proper error return code from 'wait_semaphore'. 14 years ago
  sletz cf7c43c270 Free semaphore memory on Linux. 14 years ago
  sletz 4f5e3ecd37 Correct driver lifetime management. 14 years ago