summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2020-03-30Assert that plugins are configured before setting custom meter positionRobin Gareus
2020-03-30Tweak engine startup, initial silenceRobin Gareus
2020-03-29Fix optimized build crashes (missing return value) - #7958Robin Gareus
2020-03-29Set thread-names (libs)Robin Gareus
2020-03-29Engine: Silence outputs for 1/2 second when loading a sessionRobin Gareus
2020-03-28remove noisy and unhelpful log messagePaul Davis
2020-03-28prevent CD markers from being placed at or before session start (#7942)Paul Davis
2020-03-28Don't use shared-pointers in cross thread event structsRobin Gareus
2020-03-28Add Lua bindings to check engine statusRobin Gareus
2020-03-28Create write sources for template/dup tracks - #7940Robin Gareus
2020-03-28NO-OP: whitespaceRobin Gareus
2020-03-28Minor code cleanup - consolidate variables & scopeRobin Gareus
2020-03-28Fix incorrect timestretch duration - #7943Robin Gareus
2020-03-27make MIDI tracing work again for ports that are handled using ::read_and_pars...Paul Davis
2020-03-27variable rename and commentPaul Davis
2020-03-27fix user-driven varispeedPaul Davis
2020-03-26Display unit-label of VST parameters -- #7938Robin Gareus
2020-03-26Fix compiler warningRobin Gareus
2020-03-25Convert polarity invert state from v2 sessionsRobin Gareus
2020-03-25if user chooses not to delete a scratch session, removed the file that identi...Paul Davis
2020-03-24add debug trace output for locatePaul Davis
2020-03-24Do not trim MIDI region end to last event on session-loadRobin Gareus
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-24remove unused variablePaul Davis
2020-03-24Add Lua binding for bounded rollRobin Gareus
2020-03-24Fix C++98 compat: class-key must be used when declaring a friendRobin Gareus
2020-03-23fix error in multiple calls to SourceFactory::createWritable()Paul Davis
2020-03-23don't stop if master sync is lost and user chose to just keep rollingPaul Davis
2020-03-23extend fixed-width improvements to master delta to LTCPaul Davis
2020-03-23add note and increase left-space-padding in transport master delta displaysPaul Davis
2020-03-23improve variable width and precision for MTC slave delta displayPaul Davis
2020-03-23remove debug outputPaul Davis
2020-03-23add disk i/o apparent speed output to non-RT locate callPaul Davis
2020-03-23add in timing for disk buffer reload after locate, to replace hard-coded 0.05...Paul Davis
2020-03-23Remove Mixbus Aux-Link special case 1/2Robin Gareus
2020-03-23Pan: remove automation-state indirection 2/2Robin Gareus
2020-03-23Constrain panner value to valid rangeRobin Gareus
2020-03-23Remove unused method (see also 875f69438)Robin Gareus
2020-03-23Fix file import (typo in a4d7b45)Robin Gareus
2020-03-22fix slaving to JACK transport (again!)Paul Davis
2020-03-22fix up JACK transport to use master strategy designPaul Davis
2020-03-22fix typo that passed wrong value as 2nd parameter to Session::plan_master_str...Paul Davis
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-21NO-OP: remove unused #includesRobin Gareus
2020-03-20redesign chasing the transport masterPaul Davis