rename DoTheRightThing to RollIfAppropriate
[ardour.git] / libs / backends /
2020-01-13 Robin GareusNO-OP: whitespace
2020-01-11 Robin GareusFix thinko in eee01188 (engine pulse spacing)
2020-01-06 Robin GareusDummy: Engine-Pulse audio/midi generators
2019-11-15 Paul Davisadd a bit of debugging to JACK transport code
2019-11-15 Paul Daviseliminate hacky design for being able to deliver the...
2019-09-18 Robin GareusNO-OP: fix some Wimplicit-fallthrough
2019-09-01 Robin GareusUse preferred pa_context_new_with_proplist API
2019-08-23 Robin GareusAnother fix for input only ALSA-slave devices
2019-08-23 Robin GareusFix for half-duplex ALSA-slave devices
2019-08-23 Robin GareusFix possible segfault when ALSA MIDI port registration...
2019-08-03 Robin GareusUpdate backend GPL boilerplate and (C) from git log
2019-07-26 Robin GareusPA-backend: Flush buffer and wake up main thread at...
2019-07-26 Robin GareusPrefix all env variable with "ARDOUR_"
2019-07-26 Robin GareusLaunch pavucontrol as PA's control app
2019-07-25 Robin GareusFix PA: unlock mainloop on abort
2019-07-25 Robin GareusPuls der Zeit
2019-07-24 Robin GareusALSA backend: fix play/capture device param detection
2019-05-05 Robin GareusFix ALSA MIDI latency update call (playback/capture...
2019-05-05 Robin GareusRemove outdated comment
2019-05-05 Robin GareusFix add/remove ALSA-MIDI ports bug
2019-04-13 Robin GareusNO-OP: <tab> after <space> fixes in libs
2019-04-08 Robin GareusUndo more incorrect sample/frame replacements
2019-03-06 Robin GareusUse unique midi-port names for Ardour's Dummy backend
2019-03-06 Robin GareusArdour/ALSA allow multiple MIDI devices with the same...
2019-03-05 Robin GareusUse enum for exec stderr parameter (1/2)
2019-01-14 Robin GareusALSA: add locks to safely add/remove MIDI devices
2019-01-02 Robin GareusFix a -Wunused-but-set-variable
2018-12-27 Robin GareusC++98 compatible map erase
2018-12-23 Robin GareusUse same has for ALSA-seq and ALSA-raw devices
2018-12-23 Robin GareusDynamic ALSA MIDI I/O device discovery and re/connect
2018-12-23 Robin GareusUse hash for ALSA-MIDI device name/ID
2018-11-28 Robin GareusRemove ambiguous API implementation
2018-10-22 Robin GareusFix an edge-case in Dummy backend's random generator
2018-10-18 Robin GareusFix copy/edit in e047b01aa256
2018-10-17 Paul Davisadd new API for retrieving port flags from backend
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-10-11 Robin GareusAdd API to query backend realtime thread priority
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-08-29 Robin GareusIncrease alsa-backend timeout
2018-05-04 Paul Davisavoid compiler warning on at least some linux versions
2018-03-29 Robin GareusCoreAudio/MIDI: add locks for port-registration
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2018-02-14 John EmmasAccommodate the change from libtimecode to libtemporal
2018-01-26 Robin GareusFix some clang warnings (argument with 'nonnull' attrib...
2018-01-03 Robin Gareusstrlen is not a member of std.
2017-12-19 Robin GareusRelax max MIDI msg size to 256 (for long sysex)
2017-12-16 Robin GareusFix gcc4 builds "GCC diagnostic not allowed inside...
2017-12-15 Robin GareusSync weakjack with upstream https://github.com/x42...
2017-12-05 Robin GareusIncrease ALSA max MIDI msg size to 128 bytes (same...
2017-10-30 Robin GareusAdd & implement PortEngine::externally_connected() API
2017-10-30 Robin GareusAdd missing header (-Wmissing-prototypes)
2017-10-30 Robin GareusAdd weak linked symbol for "jack_port_is_mine"
2017-10-30 Robin GareusMove coreaudio_set_realtime_policy into libpbd
2017-10-29 Robin GareusFix/update alsa backend build recipe (statically link...
2017-10-28 Robin GareusFix initial cycle noise with dummy-loopback
2017-10-26 Paul Davisfix preprocessor error on some/many systems
2017-09-28 Robin GareusPropagate Latency to backend/system ports (Dummy backend)
2017-09-22 Robin Gareusamend ab3889ff: portaudio backend uses a vector for...
2017-09-22 Robin GareusPropagate Latency to backend/system ports
2017-09-19 Robin GareusRevert some more frame/sample API issues
2017-09-19 Robin GareusMore Coreaudio SDK fixes, after 30b087ab3
2017-09-19 Robin Gareuspartially revert 30b087ab3, CoreAudio SDK uses "Frames"
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Robin GareusPrototype using additional ALSA devices (w/resampling).
2017-09-18 Robin GareusALSA Backend: Separate Device Reservation into its...
2017-09-16 Robin GareusNamespace PBD::RingBuffer
2017-09-11 John EmmasMSVC uses a slightly smaller value for HUGE
2017-08-30 John EmmasAccommodate recently removed source(s) in our MSVC...
2017-08-29 Robin GareusAbstract definition of rt-scheduler policy
2017-08-29 Robin GareusConsolidate _realtime_pthread_create() into libpbd.
2017-08-23 Robin GareusUse literal for compatibility
2017-08-23 Stefan Müller-Klieserbackends: jack: display playback only devices
2017-08-18 Robin GareusRedesign Session+Route Template Meta Script API
2017-08-07 Robin GareusFix non-buffered PA backend. Wait for backend to become...
2017-08-07 Robin GareusPortAudio: skip process callbacks until ports are estab...
2017-08-05 Robin Gareusamend bc46a7e2e9; fix blind coding typos
2017-08-05 Robin Gareusamend f4c76f89d3a; fix blind coding typos
2017-08-05 Robin GareusPortAudio backend RT-safe MIDI buffer allocation
2017-08-05 Robin GareusCoreaudio backend RT-safe MIDI buffer allocation
2017-08-05 Robin GareusALSA backend RT-safe MIDI buffer allocation
2017-08-05 Robin GareusUpdate backend API: read-only MIDI input buffers
2017-08-04 Robin GareusReduce DSP thread priority (main-i/o > midi i/o > compu...
2017-08-04 Robin GareusCoreAudio: Set MachThread RT Priority
2017-08-04 Robin GareusDummyBackend: allow changing SPP
2017-08-03 Robin GareusSome more assert() debugging
2017-07-31 Robin GareusFix typo
2017-07-29 John EmmasModify our MSVC project to add libltc as a dependency...
2017-07-29 John EmmasFix an ambiguous call to 'floor()'
2017-07-28 Robin GareusAdd a LTC generator to the dummy backend
2017-06-25 Robin GareusReport Dummy as not available if not running
2017-04-27 Robin GareusALSA backend: always register ports with systemic latency
2017-04-21 Robin GareusRe-nice ALSA MIDI port names
2017-04-18 Tim MayberryUse PBD::to_string() from pbd/string_convert.h in JACK...
2017-04-09 Robin GareusDrain ALSA raw-midi buffers after 64 bytes
2017-04-08 Robin GareusRetain order of concurrent MIDI events
2017-02-20 John EmmasAdd a missing #define to our MSVC project (portaudio_ba...
2016-11-26 Robin Gareusrevert 335debfa for the PA backend
2016-11-26 Robin GareusAdd API to enforce valid device selection.
2016-11-14 Tim MayberryFix intermittent hang when stopping PortaudioBackend
next