434 Commits (4fa397f2ca07e7fc43d60f2fa4df9613e42f4a4c)

Author SHA1 Message Date
  Devin Anderson 4fa397f2ca WinMME: Silly parameter reference fix for sysex progress callbacks. Removed a bit of unnecessary code. 15 years ago
  Devin Anderson 2d4542b24d WinMME: Try to use MIDI in timestamps in the sanest way I can think of. This should eliminate jitter introduced by the code, but might create some latency. 15 years ago
  Devin Anderson c8ee6cc1ba WinMME fixes: Fixed issue with not adding period-size frames to the MIDI messages to align with audio. Added code to handle case where WinMME gives us system exclusive header with 0 bytes on exit. Minor format fixes. Removed control characters in file. 15 years ago
  sletz 73d233af63 Remove old library. 15 years ago
  sletz 951b3f3b94 Simplify Windows installers: remove the VC++ 2008 dependency. 15 years ago
  sletz 458d007a75 Correct Windows installers. 15 years ago
  sletz ffe5b7cdb3 Correct Windows 64 installer. 15 years ago
  sletz 06b95a18b9 Add jack_midi_latency_client in Windows projects. 15 years ago
  sletz 8af2c5dd4a Cleanup. 15 years ago
  sletz 8b30f72b64 Working 64 and 32 bits installer on Windows. 15 years ago
  sletz 5e884eaa78 Correct library names. 15 years ago
  sletz 87af94ddfc Update WinMME driver for 64 bits compilation. 15 years ago
  sletz f942ca2284 Correct linking issues. 15 years ago
  sletz 1683375295 Typo and warning. 15 years ago
  sletz fcde502ab6 Change intermediate compilation names on Windows. 15 years ago
  sletz 172555c9a0 Windows 32 bits targets now compile. 15 years ago
  sletz dd14991c79 Change ouput folder in 64 bits mode. 15 years ago
  sletz 86238c0462 Correct linker options. 15 years ago
  sletz 63169ebd2a Correct linker options. 15 years ago
  sletz 4334ccb0a9 Update Windows projects for 64/32 bits compilation. 15 years ago
  sletz e522c4f29f Correct 64/32 bits version of libjackserver.cbp 15 years ago
  sletz 18644baf79 libjackserver.cbp for 64/32 bits compilation. 15 years ago
  sletz 8706763332 64 bits compilation on Windows. 15 years ago
  sletz 4f5e3ecd37 Correct driver lifetime management. 15 years ago
  sletz a722a218db Really fix auto_ptr issues on Windows. 15 years ago
  sletz c9343ff290 "Fix" auto_ptr issues on Windows. 15 years ago
  sletz a6bd0be7f8 Cleanup. 15 years ago
  sletz 083de8e163 Cleanup now unused code in JackMidiDriver. 15 years ago
  sletz 09cedc138f Winmme driver working again. 15 years ago
  sletz d617cef4da Correct JackPortAudioDriver. 15 years ago
  sletz 3ea1d70b0c Netdriver can now ask for in/out values from the master (in progress). 15 years ago
  sletz 4789c74f37 Update Solaris drivers. 15 years ago
  sletz 38fbcf2de4 Code factorization on JackPortAudioDriver. 15 years ago
  sletz fdcb49c063 Correction in jackdmp.cpp: notify_server_stop should be done after server destruction. 15 years ago
  sletz a49f53c5bf More messages in verbose mode. 15 years ago
  Stephane Letz 8e55718c38 Winmme driver compiles again. 15 years ago
  Stephane Letz eb24bdac93 New JackWinMMEPort class to factorize some code. 15 years ago
  Devin Anderson 173f1629a9 Fix problems sent by Stephane. 15 years ago
  Stephane Letz a871bb2496 Correct JackWinMMEInputPort.cpp. 15 years ago
  Stephane Letz 07f7895991 New driver compiles. 15 years ago
  sletz 9280aa834e Typos on Windows. 15 years ago
  sletz 53111aac1b Version 1.9.8 started. 15 years ago
  sletz f48c44771b Update JackRouter.dll 15 years ago
  Stephane Letz cf98c33ef8 Correct SetBufferSize for drivers. 15 years ago
  Devin Anderson 8e4ee25c7f Make thread termination more elegant. 15 years ago
  Devin Anderson 194ce1cd57 Make sure threaded log functions are set. Add MOM_POSITIONCB info. 15 years ago
  Devin Anderson 8c7cabfe3d Add missing thread functionality to JackWinMMEOutputPort. 15 years ago
  Devin Anderson 20831f45ea Overhaul WinMME driver to use MIDI queue system. WARNING: I don't have a Windows development environment, and haven't compiled/tested this code. 15 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. 15 years ago
  sletz b295be5b40 Compile on Windows again. 15 years ago