summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-10-02define more backend error-messages.Robin Gareus
2015-10-02improve CoreAudio error reportingRobin Gareus
2015-10-02fix handler of fader (pitchbend) messages in Mackie Control so that the outbo...Paul Davis
2015-10-02allow aliasing Mackie Control buttons to other buttonsPaul Davis
2015-10-02catch changes in click status and alter LED appropriatelyPaul Davis
2015-10-02change zoom and scrub handling to use modifier bitsPaul Davis
2015-10-02spelling correction in error messagePaul Davis
2015-10-01re-apply roll-delay after seek - fixes #5781Robin Gareus
2015-10-01there's no class called "The" :)Robin Gareus
2015-10-01ALSA: update error-codes for HW initialization.Robin Gareus
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