summaryrefslogtreecommitdiff
path: root/libs/backends
AgeCommit message (Expand)Author
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
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 displ...Robin Gareus
2014-06-04Revert "Revert "ALSA backend: separate flags for is-running and should-be-run...Robin Gareus
2014-06-04Revert "ALSA backend: separate flags for is-running and should-be-running"Robin Gareus
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
2014-06-03When writing '.jackdrc' make sure we enclose any device names in quotation marksJohn Emmas
2014-06-03ALSA backend: tweak midi parser (fix start mid sequence)Robin Gareus
2014-06-03ALSA backend: device detectionRobin Gareus
2014-06-02make ALSA backend optional and disable by defaultRobin Gareus
2014-06-02ALSA backend: add raw midi parserRobin Gareus
2014-06-02ALSA backend: raw midi prototypeRobin Gareus
2014-06-02ALSA backend (based on Dummy backend and zita-alsa-pcmi)Robin Gareus
2014-06-02DummyBackend: fix midi event mux+sortingRobin Gareus
2014-06-01fix --with-dummy config optionRobin Gareus
2014-06-01Dummy backend, revise small thingsRobin Gareus
2014-06-01dummy-backend, fix physical ports in/out convention.Robin Gareus
2014-05-28make building the dummy backend be a configure-time option. defaults to False...Paul Davis
2014-05-27(Windows) Add support for finding the bundled version of Jack which comes wit...John Emmas
2014-05-27Remove an unnecessary #defineJohn Emmas
2014-05-27Use PLATFORM_WINDOWS (in preference to WIN32) for consistency with the other ...John Emmas
2014-05-25allow to switch from/to dummy-backendRobin Gareus
2014-05-25DummyBackend: implement port connect_callback()Robin Gareus
2014-05-21waves_backend (MSVC project) - Adapt for using Waves's (customized) portaudio...John Emmas
2014-05-21jack_backend (MSVC project) - Adapt for using portaudio_x86 library (Windows)John Emmas
2014-05-21enforce style-guide #3, #26 and #27Robin Gareus
2014-05-21CoreMidi is also needed on OSX.6Robin Gareus
2014-05-21fix type typoRobin Gareus
2014-05-19Merge branch 'mingw-updates' of https://github.com/mojofunk/ardour into cairo...Paul Davis
2014-05-16outline portable implementation to replace clock_gettime()Robin Gareus