2772 Commits (ec40ef2906ca2d06ec4aff03073a7de35cb15c84)
 

Author SHA1 Message Date
  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
  sletz 169d3ef869 Attempt to port midi_latency_test.c to Windows. Can't test, as I don't have a Windows development environment. 14 years ago
  sletz a722a218db Really fix auto_ptr issues on Windows. 14 years ago
  sletz c9343ff290 "Fix" auto_ptr issues on Windows. 14 years ago
  sletz a6bd0be7f8 Cleanup. 14 years ago
  sletz 083de8e163 Cleanup now unused code in JackMidiDriver. 14 years ago
  sletz 09cedc138f Winmme driver working again. 14 years ago
  sletz d617cef4da Correct JackPortAudioDriver. 14 years ago
  sletz 59ccc8d648 Correct warning. 14 years ago
  sletz 37a971473b Fix in JackCoreAudioDriver::Read when there is no inputs. 14 years ago
  sletz 3b80fc105c Cleanup. 14 years ago
  sletz 47cc588e41 Cleanup. 14 years ago
  sletz 010947119f Now default in/out to -1 in Netdriver. 14 years ago
  sletz 3ea1d70b0c Netdriver can now ask for in/out values from the master (in progress). 14 years ago