summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2020-03-06Do not de-click during freewheel exportRobin Gareus
2020-03-06Separate pre-roll cycle calculationRobin Gareus
2020-03-02Retain custom internal-send name on session re-loadRobin Gareus
2020-03-02Refactor send naming (#7905)Robin Gareus
2020-03-02Do not include <stdint.h> in the Ardour namespaceRobin Gareus
2020-02-27Add signals to indicate Punch/Loop constraintsRobin Gareus
2020-02-27Prevent concurrent loop and punch recording (backend)Robin Gareus
2020-02-26Fix DSP::process_map() plugin-pin I/O map handingRobin Gareus
2020-02-25Consolidate shared-ptr debuggingRobin Gareus
2020-02-24NOOP: remove whitespacePaul Davis
2020-02-25Add a method to clear ImportStatus arraysRobin Gareus
2020-02-24Add API to query hardware latency (as reported by the driver)Robin Gareus
2020-02-21centralize determination of "read-audio-data-in-reverse" and fix seek "shift"...Paul Davis
2020-02-21make "reversing" back into a DirectionState and prohibit speed changes while ...Paul Davis
2020-02-20change transport API, session API, transportFSM API to move reverse managemen...Paul Davis
2020-02-20improve commentsPaul Davis
2020-02-20correctly track is disk read (audio) should be forwards/backwards, and what w...Paul Davis
2020-02-20Revert "fix behavior of DiskReader when moved after an instrument"Robin Gareus
2020-02-19remove "destination_sample" from API for Session::set_transport_speed()Paul Davis
2020-02-18Enumerate the polarity buttons from the polarity processor itself, not the In...Ben Loftis
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