summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-10-20Legatize::name () reflects its type. Fixes confusing undo record name.nick_m
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-10-19remove cruftRobin Gareus
2015-10-18libs/* changes use new AppleUtility LibraryPaul Davis
2015-10-17Remove all the now unused functions in the MidiModel class.André Nusser
2015-10-17Add Transpose class that can be used by apply_midi_note_edit_op.André Nusser
2015-10-17Split transpose in MidiModel into two functions.André Nusser
2015-10-14Fix a problem where VST automation data wasn't getting written (if the adjust...4.3John Emmas
2015-10-13remove last ofstreamRobin Gareus
2015-10-09remove unused PortManager::port_name_prefix_is_unique() methodPaul Davis
2015-10-08remove declaration of undefined (and necessarily unused) method from PortManagerPaul Davis
2015-10-07Add Trim to Mackie controls.Len Ovens
2015-10-07Added use click emphasis toggle (libs/ardour)Damien Zammit
2015-10-07fix exclusive solo group-overrideRobin Gareus
2015-10-07only subdivide plugin-cycle when automation is playingRobin Gareus
2015-10-07implement solo group overrideRobin Gareus
2015-10-06add a "reset all solo state" safeguard Robin Gareus
2015-10-06remove newly unused codeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05remove i/ofstream from libardourRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-05SiP and "solo overrides mutes" tweak:Robin Gareus
2015-10-05fix various stuck-solo cases:Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03DSP load fall-off from 100%.Robin Gareus
2015-10-03fix float calc:Robin Gareus
2015-10-02explicitly drop control surface protocols before disconnecting from engine.Paul Davis
2015-10-02fix unbound DSP calc.Robin Gareus
2015-10-02define more backend error-messages.Robin Gareus
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-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-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-22add debug flags for VST CallbacksRobin Gareus
2015-09-21processor-box: explicitly check for "Amp" (Fader)Robin Gareus
2015-09-20fix duplicating multiple selected regions - fixes #6202André Nusser
2015-09-20prepare LTC File ReaderRobin Gareus
2015-09-20add silence-stripping fade constraintsRobin Gareus
2015-09-16Revert "add an Amp to Delivery, remove it from Send, make use of this in vari...Paul Davis
2015-09-16Add ardour/types.h to ardour/parameter_descriptor.h for AutomationTypeTim Mayberry
2015-09-16fix DSP load bounds 0..1 and add unbound APIRobin Gareus
2015-09-16Add DSPLoadCalculator::set_max_time() to set max time based on samplerate and...Tim Mayberry
2015-09-16Move implementation for DSPLoadCalculator back into headerTim Mayberry
2015-09-16Use same algorithm as CA and ALSA backends in DSPLoadCalculationTim Mayberry
2015-09-16Add check for invalid timer values from the DummyBackendTim Mayberry