summaryrefslogtreecommitdiff
path: root/libs/backends
AgeCommit message (Collapse)Author
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
* use Wavetable for sine * lock generator (concurrency issue) * always initialize variables
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
saves a bit of typing and not necessary if you look at how it is used.
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] ↵Paul Davis
framework on Lion and other versions
2014-06-23don't let enumerated device list strings go out of scope.Robin Gareus
2014-06-23statically allocate midi-optionsRobin Gareus
fixes possible segfault when the data in the vector goes out of scope due to RVO.
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
2014-06-21prepare ALSA sequencerRobin Gareus
2014-06-19rework raw-midi drain strategy (workaround for sync devices)Robin Gareus
2014-06-16remove debug outputRobin Gareus
2014-06-16more alsa-midi debuggingRobin Gareus
2014-06-13ALSA backend: set latencies to zero when measuring latencyRobin Gareus
2014-06-13update ALSA backend, MIDI device configRobin Gareus
2014-06-13add AudioEngine API to configure individual MIDI devicesRobin Gareus
2014-06-11add latency callback to dummy backendRobin Gareus
2014-06-08some misc tweaks to the ALSA BackendRobin Gareus
2014-06-08ALSA Backend: align midi output buffer with n_periods (currently 2)Robin Gareus
2014-06-07ALSA backend: separate systemic audio+midi latencyRobin Gareus
2014-06-07ALSA rt-thread priority fixesRobin Gareus
2014-06-07ALSA backend: prevent possible crash destruction of a-r-dRobin Gareus
2014-06-07ALSA & Dummy: implement port [un]registration_callbackRobin Gareus
2014-06-07Don't use module versioning with dummy backend when building with mingwTim Mayberry
2014-06-07Don't use module versioning with jack backend in the mingw buildTim Mayberry
2014-06-06alsa + dummy backend, proper [re]initializationRobin Gareus
2014-06-06properly setup port system latency for Dummy & ALSA backendRobin Gareus
2014-06-05pass ardour's pid to the device reservation script.Robin Gareus
terminate a-r-d when ardour crashes or exits unexpectedly.
2014-06-05ALSA backend: require both in+output.Robin Gareus
2014-06-05DBus ALSA device reservationRobin Gareus
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-06-04ALSA: tentative hack to request audio-device.Robin Gareus
2014-06-04ALSA backend: engine.halted_callback if the process thread diesRobin Gareus
2014-06-04if the user chooses to stop the jack-backend, mark it as stopped. Don't ↵Robin Gareus
display the "..was shutdown .. was not fast enough.." message.
2014-06-04Revert "Revert "ALSA backend: separate flags for is-running and ↵Robin Gareus
should-be-running"" sorry, c/p error This reverts commit 9658b77327c21d5748604b882f67c5004ffd10ad.
2014-06-04Revert "ALSA backend: separate flags for is-running and should-be-running"Robin Gareus
Theoretically one could alter the plugins after a delivery even on a frozen track. ..or even change settings, the ordering and add/remove plugins after the frozen part of a track. We won't go there. Frozen is frozen. this API is not needed after all. This reverts commit 6d89488d64d44ed4b3283308a583b320300553c8.
2014-06-04ALSA backend: separate flags for is-running and should-be-runningRobin Gareus
2014-06-04ALSABackend: elaborate on start-up error casesRobin Gareus
2014-06-03Revert "When writing '.jackdrc' make sure we enclose any device names inPaul Davis
quotation marks". This patch is incorrect. The string quoting must be done ONLY when creating a string to be written to ~/.jackdrc or similar, not when constructing an argument list. This reverts commit 5626ea2b1f480bcdd5413c041ee9921fc299ab80.
2014-06-03When writing '.jackdrc' make sure we enclose any device names in quotation marksJohn Emmas
(in Windows, device names almost always contain whitespace)
2014-06-03ALSA backend: tweak midi parser (fix start mid sequence)Robin Gareus
2014-06-03ALSA backend: device detectionRobin Gareus