summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2020-02-18Replace missing .mid files with silenceRobin Gareus
2020-02-06Prefer TLSF over realloc-pool for LuaProcRobin Gareus
2020-02-06Fix rt-safety (const reference, not const copy)Robin Gareus
2020-02-06Update DSP::ConvolutionRobin Gareus
2020-02-06Add a Read Only Memory Audio SourceRobin Gareus
2020-02-06Break out API to create readables from filesRobin Gareus
2020-02-04Auto-Input should default ON (per irc discussion)Ben Loftis
2020-01-30Allow StateProtector to save pending filesRobin Gareus
2020-01-29Fix MIDI loop capture alignmentRobin Gareus
2020-01-29Fix loop recording alignmentRobin Gareus
2020-01-27Fix some clang-scan warningsRobin Gareus
2020-01-26Fix the ability to set Session Start&End Range on a new, empty sessionBen Loftis
2020-01-23add Session::locate_initiated()Paul Davis
2020-01-23add TransportFSM::declicking_for_locate()Paul Davis
2020-01-23MIDI-region specific naming logicPaul Davis
2020-01-23remove no-longer used PostTransportWork bits and renumber the restPaul Davis
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-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-15Change default preferences as discussed on IRC todayBen Loftis
2020-01-13Add rubberband Lua bindings to process ardour regionsRobin Gareus
2020-01-08add concept of an owner region (by ID) to PlaylistSourcePaul Davis
2020-01-05remove the (unused) concept of a MIDI patchfile folder per sessionPaul Davis
2020-01-05use glibmm threads for the midnam load thread, instead of raw pthreads (for p...Paul Davis
2020-01-03NOOP: line refoldingPaul Davis
2019-12-31remove MIDI Control input and output ports from session-level objectsPaul Davis
2019-12-29add Session::transport_stopped_or_stopping()Paul Davis
2019-12-29Use human-numeric-sort for plugin scale-pointsRobin Gareus
2019-12-27add new Session method to return the worst_latency_preroll() value rounded up...Paul Davis
2019-12-27remove unused memberPaul Davis
2019-12-25Use weak-ptr for source added/removed signals (1/2)Robin Gareus
2019-12-25Prevent copy-construction of sources to be destroyed listRobin Gareus
2019-12-23add a mechanism to use existing MIDNAM info and connect to PatchesChanged in ...Paul Davis
2019-12-23basics of threaded MIDNAM loadingPaul Davis
2019-12-17Convert Disksteam & Playlists from old 2.x sessionsRobin Gareus
2019-12-16reinstate missing latency initialization codePaul Davis
2019-12-16Remove cruft, unused APIRobin Gareus
2019-12-14fix behavior of DiskReader when moved after an instrumentPaul Davis
2019-12-14Add Inline Control Port PropertyRobin Gareus
2019-12-14Make BusSendLevel 1st class citizen (1/2)Robin Gareus
2019-12-12Add method to look up Lua script by nameRobin Gareus
2019-12-12reduce another race condition riskPaul Davis
2019-12-12remove useless lockPaul Davis
2019-12-12BOOST_SP_NOEXCEPT is n/a in boost 1.62Robin Gareus
2019-12-11remove MIDI readahead parameterPaul Davis
2019-12-11variable renaming in Butler for various buffer sizesPaul Davis
2019-12-12Fix stackoverflow, endless recursion on ComparableSharedPtr assignmentRobin Gareus