summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2020-03-17NOOP: indent/whitespacePaul Davis
2020-03-17restore being able to load a 5.12 session with a destructive track.Paul Davis
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-03-17remove tape_file_matcher sourcePaul Davis
2020-03-15Fix cleanup report #7891Robin Gareus
2020-03-15Add/use default argument for track creationRobin Gareus
2020-03-14Prevent freeze/bounce of sidechain processorsRobin Gareus
2020-03-13add new API to TransportMasterManager to manage use of DiskReader::{inc,dec}_...Paul Davis
2020-03-10small adjustments to TransportMaster API to better accomodate the "ignore/acc...Paul Davis
2020-03-10Avoid using 'boost::aligned_storage' which is known to be problematic in MSVC...John Emmas
2020-03-06Fix potential deadlock when exporting w/normalizingRobin Gareus
2020-03-06RT-safety use stack (not heap) for plugin pin mappingsRobin Gareus
2020-03-06Remove region-output export (GUI)Robin Gareus
2020-03-06Fix export alignment (#7916)Robin Gareus
2020-03-06Fix realtime export of multiple time-spansRobin Gareus
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