summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-10-01Return meaningful error codes when ALSA backend fails to startTim Mayberry
2015-10-01Return meaningful error codes when PortaudioBackend fails to startTim Mayberry
2015-10-01Use portaudio error codes in the PortaudioIO class.Tim Mayberry
2015-10-01Reinterpret the return value of AudioBackend::start as AudioBackend::ErrorCodeTim Mayberry
2015-10-01Add a couple of error codes to AudioBackend::ErrorCodeTim Mayberry
2015-09-30change the logic for a capture buffer flush to disk when a locate is occuringPaul Davis
2015-09-30tweak some debug outputPaul Davis
2015-09-30remove apparently bogus adjustment to capture_captured in AudioDiskstream::tr...Paul Davis
2015-09-30split Butler::flush_tracks_to_disk() into two distinct versions with clear na...Paul Davis
2015-09-28Fix Mackie control metering (fixes #6608).Len Ovens
2015-09-29BWF USID according to EBU-R99Robin Gareus
2015-09-28fix initialization of reserved I/O names vectorPaul Davis
2015-09-28get loop recording working when using seam-ed loopingPaul Davis
2015-09-28better more reliable checks on renamed, newly created and imported track/bus ...Paul Davis
2015-09-28change semantics of 4th argument to Session::locate to mean "this locate is c...Paul Davis
2015-09-28a few new DEBUG_TRACE calls related to session transport statePaul Davis
2015-09-28minor fix for possible off-by-one logic when at/near the end of the loop rangePaul Davis
2015-09-28fix a long-standing bug arising from a change to some logic which reversed an...Paul Davis
2015-09-28move code location where loop playback is cancelled when stoppingPaul Davis
2015-09-28loop record is a feature whether or not loop-is-mode is true or notPaul Davis
2015-09-28Session::disable_record() should work whether we are in loop mode or notPaul Davis
2015-09-28remove cruft.Robin Gareus
2015-09-27Sort ports in state-save.Robin Gareus
2015-09-27LV2 state cleanup, patch from deva. closes #6607Robin Gareus
2015-09-27update semantics of PBD::remove_directory()Robin Gareus
2015-09-25copy LV2 options to heap.Robin Gareus
2015-09-24Add some casting to keep MSVC happyJohn Emmas
2015-09-24Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-09-23fix iterator after map::erase().Robin Gareus
2015-09-22standardize VST Callback debug message printRobin Gareus
2015-09-22add debug flags for VST CallbacksRobin Gareus
2015-09-21PBD::Debug to stdoutRobin Gareus
2015-09-21amend 01403dc (VST Pin connected)Robin Gareus
2015-09-21Update RouteGroup property defaults.Todd Naugle
2015-09-21processor-box: explicitly check for "Amp" (Fader)Robin Gareus
2015-09-21add includes for g_open()Robin Gareus
2015-09-21fix vst plugin; not sure if this was the intention, but it builds now.Ben Loftis
2015-09-21Vpot assign buttons don't do anything, don't light LEDs either.Len Ovens
2015-09-21Make Mackie control surface LEDs for modifier keys only light while pressed. ...Len Ovens
2015-09-21fix VST audioMasterPinConnected callbackRobin Gareus
2015-09-20fix duplicating multiple selected regions - fixes #6202André Nusser
2015-09-20explicit string.h include for memset()Robin Gareus
2015-09-20silence detection: include fades.Robin Gareus
2015-09-20fix sndfilesource::open return value typo.Robin Gareus
2015-09-20prepare LTC File ReaderRobin Gareus
2015-09-20add silence-stripping fade constraintsRobin Gareus
2015-09-19Dummy: add a CC only test-sequenceRobin Gareus
2015-09-19fix silence-strip process reportRobin Gareus
2015-09-19Fix windows test to also pass under wineTim Mayberry
2015-09-19no c99Robin Gareus