summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2020-01-26Fix the ability to set Session Start&End Range on a new, empty sessionBen Loftis
2020-01-26Fix Loop-length (no pre-roll on loop-iterations)Robin Gareus
2020-01-25remove debug outputPaul Davis
2020-01-25Tweaks to build/package scripts for new wafRobin Gareus
2020-01-25Towards waf python 2+3 supportDavid Runge
2020-01-24Engine: debug-print alignmentRobin Gareus
2020-01-23tentative fix for stop-transport not working after a locate at loop endPaul Davis
2020-01-23add more debug outputPaul Davis
2020-01-23use Session::locate_initiated(), appropriatelyPaul Davis
2020-01-23add Session::locate_initiated()Paul Davis
2020-01-23add TransportFSM::declicking_for_locate()Paul Davis
2020-01-23extend DEBUG_TRACE outputPaul Davis
2020-01-23NOOP: whitespace/indent fixes from emacsPaul Davis
2020-01-23MIDI-region specific naming logicPaul Davis
2020-01-23NOOP: remove blank linePaul Davis
2020-01-23remove no-longer used PostTransportWork bits and renumber the restPaul Davis
2020-01-23after the butler has finished work, by definition there is nothing left to doPaul Davis
2020-01-23variable not used without debug modePaul Davis
2020-01-23Only select all routes in a given group if the group is activeNikolaus Gullotta
2020-01-21do not clear any PostTransportWork flags in butler threadPaul Davis
2020-01-21add a heuristic to avoid refilling playback buffers at transport stopPaul Davis
2020-01-21remove debug outputPaul Davis
2020-01-21Display LV2 plugin-name with errors/warningsRobin Gareus
2020-01-20Change tape-machine-mode to auto-input-does-talkback (libardour part)Ben Loftis
2020-01-20fix API and use of Session::force_locate()Paul Davis
2020-01-18fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()Paul Davis
2020-01-18remove fragile union designPaul Davis
2020-01-18fix broken-ness caused by bad initialization of a StopTransport event in Tran...Paul Davis
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-18Fix MIDI capture alignmentRobin Gareus
2020-01-18Zero capture-offset regardless of data-typeRobin Gareus
2020-01-15Change default preferences as discussed on IRC todayBen Loftis
2020-01-14Add Lua bindings to inspect the Tempo MapRobin Gareus
2020-01-14NO-OP: whitespaceRobin Gareus
2020-01-13Fix C++11ismRobin Gareus
2020-01-13Add rubberband Lua bindings to process ardour regionsRobin Gareus
2020-01-11Fix AFL positionRobin Gareus
2020-01-09Fix typo in Lua binding for compressor enable controlNikolaus Gullotta
2020-01-08expand comment to include (more of?) the full story about uncombining and copiesPaul Davis
2020-01-08expand the test used to decide if we need to make copies when uncombining a c...Paul Davis
2020-01-08never remove entries from the CompoundAssociation mapPaul Davis
2020-01-08add concept of an owner region (by ID) to PlaylistSourcePaul Davis
2020-01-08fix bugs (thinkos?) that confused PlaylistSource's id() with its original()Paul Davis
2020-01-08NOOP: reindentPaul Davis
2020-01-08increase explicit refcnt for playlists when used by a PlaylistSourcePaul Davis
2020-01-09Fix MIDI loop recording - Revert "Fix MIDI disk-writer flush"Robin Gareus
2020-01-09Towards fixing MIDI capture alignmentRobin Gareus
2020-01-09Fix CaptureAlignment debug messsageRobin Gareus
2020-01-07fix required offset when reading MIDI data near loop end/startPaul Davis