summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2020-04-02Don't issue VersionMismatch when creating a new sessionJohannes Mueller
2020-04-01Add API to count named MIDNAM controlsRobin Gareus
2020-04-01Cache instrument plugin MIDNAM model & modeRobin Gareus
2020-04-01add method to check for xrun status of a markerPaul Davis
2020-04-01Overhaul InstrumentInfoRobin Gareus
2020-03-31if a locate brings us within a heuristic-specified distance of the current po...Paul Davis
2020-03-30Always delegate meter-point positioning to rt-threadRobin Gareus
2020-03-30Add API to reset DSP load stateRobin Gareus
2020-03-28Don't use shared-pointers in cross thread event structsRobin Gareus
2020-03-28Create write sources for template/dup tracks - #7940Robin Gareus
2020-03-25if user chooses not to delete a scratch session, removed the file that identi...Paul Davis
2020-03-24when saving an unnamed session, rename itPaul Davis
2020-03-24a better approach to the name of the "unnamed" indicator file; remove file af...Paul Davis
2020-03-24introduce the idea of an "unnamed" sessionPaul Davis
2020-03-24Fix C++98 compat: class-key must be used when declaring a friendRobin Gareus
2020-03-23add note and increase left-space-padding in transport master delta displaysPaul Davis
2020-03-23add in timing for disk buffer reload after locate, to replace hard-coded 0.05...Paul Davis
2020-03-23Pan: remove automation-state indirection 2/2Robin Gareus
2020-03-23Remove unused method (see also 875f69438)Robin Gareus
2020-03-21Pan: consolidate what_can_be_automated APIRobin Gareus
2020-03-21Pan: remove/consolidate parameter-descriptorRobin Gareus
2020-03-21Pan: remove value-as-string indirectionRobin Gareus
2020-03-21Pan: remove unused APIsRobin Gareus
2020-03-20redesign chasing the transport masterPaul Davis
2020-03-17provide mechanism to report on destructive tracks presence in a sessionPaul Davis
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