summaryrefslogtreecommitdiff
path: root/libs/backends
AgeCommit message (Expand)Author
2014-11-13yet another copy/paste typo :(Robin Gareus
2014-11-13fix typo in b9fc616538Robin Gareus
2014-11-13auto-initialize weak-jackRobin Gareus
2014-11-13prepare for JACK meta-data APIRobin Gareus
2014-11-13make new jack thread API functions optionalRobin Gareus
2014-11-13add symbol debug information to weak-jackRobin Gareus
2014-11-13yet another build fixRobin Gareus
2014-11-10fix signed/unsigned compiler warningRobin Gareus
2014-11-10improve random seed (for dummy generators)Robin Gareus
2014-11-07another hack for windows timers, DSP load calculationRobin Gareus
2014-11-06possible fix for DSP load calculation on windowsRobin Gareus
2014-10-31fix Dummy DSP load on win32 & low-pass filter loadRobin Gareus
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-10-25proper solution for variable-args jack_client_open()Robin Gareus
2014-10-24 Add some newly introduced source files to our MSVC project (jack_audiobackend)John Emmas
2014-10-24Some minor bits of casting to keep MSVC happy when building 'backends/jack/we...John Emmas
2014-10-24fix screwup in prev commit-diffRobin Gareus
2014-10-24add explicit construction (for MSVC) and some debug messagesRobin Gareus
2014-10-24fix jack transport return valueRobin Gareus
2014-10-24use x-macros to simplify weak-jack implementationRobin Gareus
2014-10-24fix libjack namesRobin Gareus
2014-10-23fix 64bit compile with old gccRobin Gareus
2014-10-23add 'available' interface to the AudioBackendInfoRobin Gareus
2014-10-23weak/runtime jack linking: load libjack dynamically at runtimeRobin Gareus
2014-10-23another round of compiler warning fixesRobin Gareus
2014-10-23small round of compiler warning fixesRobin Gareus
2014-10-22fix jack/mingw compilationRobin Gareus
2014-10-22fix all 4 backends' failure to include the main "backend" thread when computi...Paul Davis
2014-10-14make backend selection by product name more explicitPaul Davis
2014-10-11add a Dummy Backend Loopback mode:Robin Gareus
2014-10-09fix dup free in waves/midi:Robin Gareus
2014-10-09fix wavesbackend midi timingRobin Gareus
2014-10-08Add a newly introduced header file to our MSVC project (dummy_audiobackend)John Emmas
2014-10-07add correct copyright statements to all files in Waves backend except those d...Paul Davis
2014-10-03fix ming32 build&install for asio backendRobin Gareus
2014-10-01add --with-wavesbackend config option (disabled by default)Robin Gareus
2014-09-30fix deep obscure problem with loading multiple backends on OS XPaul Davis
2014-10-01untested fix for compiling waves audiobackend on case-sensitive FS with mingw.Robin Gareus
2014-10-01update backends for API change in 8d59afb048Robin Gareus
2014-09-30Implement the new pthread macros (for the Waves audio backend)John Emmas
2014-09-30Re-introduce our pthread macros (after fixing an earlier typo)John Emmas
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-09-30tweak backends wscript for cross-compiling with mingwPaul Davis
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-09-24DummyBackend: symmetric freq sweep: up/downRobin Gareus
2014-09-24DummyBackend: add sine-sweep generatorsRobin Gareus
2014-09-24fix some double promotionRobin Gareus
2014-09-24DummyBackend: two more audio-signal generators (useful for waveform check)Robin Gareus
2014-09-24DummyBackend: MIDI Event GeneratorsRobin Gareus
2014-09-24ALSA backend: initial device selectionRobin Gareus