summaryrefslogtreecommitdiff
path: root/libs/backends
AgeCommit message (Expand)Author
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
2014-09-13change dummy backend to default to _("Silence").Robin Gareus
2014-09-09Implement the new pthread macros (for the Waves audio backend)John Emmas
2014-09-09Re-introduce our pthread macros (after fixing an earlier typo)John Emmas
2014-09-09Revert "Add a couple of pthread helper macros"John Emmas
2014-09-08ALSA|Dummy: ignore port unregistration when engine is stoppedRobin Gareus
2014-09-07ALSA|Dummy Backend: do as jack does:Robin Gareus
2014-09-03fix waf thinko in backends wscriptPaul Davis
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-08fix new backends wscript to work correctly in the Ardour casePaul Davis
2014-08-08use some structured code to decide which backends to build (should have cherr...Paul Davis
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-11DummyBackend: add Uniform White Noise Generator.Robin Gareus
2014-07-08Dummy Backend: optimize random-number implementationRobin Gareus
2014-07-08fix and optimize DummyBackend generatorsRobin Gareus
2014-07-07add signal generator modules to Dummy Backend.Robin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-06-25fix incorrect cut-n-paste across synergyPaul Davis
2014-06-25wscript fix for wavesaudio backend - use correct name for CoreM[iI][dD][iI] f...Paul Davis
2014-06-23don't let enumerated device list strings go out of scope.Robin Gareus
2014-06-23statically allocate midi-optionsRobin Gareus
2014-06-22ALSA-backend: dedicated Midi-Buffer n-periods (only use for HW output)Robin Gareus
2014-06-22Rename all 3 backends for the MSVC sln fileJohn Emmas
2014-06-22Rename dummy backend to match Tim's nameJohn Emmas
2014-06-22Rename jack backend to match Tim's nameJohn Emmas
2014-06-22Rename waves backend to match Tim's nameJohn Emmas
2014-06-21virtual abstraction of Alsa Raw+SeqRobin Gareus