summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2020-03-06Fix MIDI export and post-export transport issuesRobin Gareus
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 backend support for region-output exportRobin 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-05continue with code simplification and add comment given 4a40ff9e53Paul Davis
2020-03-05transport stop resets default_transport_speedPaul Davis
2020-03-05Remove a suspected C99-ismJohn Emmas
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-29Fix order setting I/O namesRobin Gareus
2020-02-29Fix off-by-one, start "Send" names at bitslot 1 (not 2)Robin Gareus
2020-02-28Convert v5 send state-stateRobin Gareus
2020-02-28Bail out if Playlist cannot be createdRobin Gareus
2020-02-28Ensure that regions have sources when savingRobin Gareus
2020-02-27Fix removal of punch rangeRobin Gareus
2020-02-27Add signals to indicate Punch/Loop constraintsRobin Gareus
2020-02-27Prevent concurrent loop and punch recording (backend)Robin Gareus
2020-02-26Add support for Lua DSP scripts with multiple MIDI outputsR
2020-02-26Consolidate loop en/disable callsRobin Gareus
2020-02-26Fix DSP::process_map() plugin-pin I/O map handingRobin Gareus
2020-02-26Add Lua bindings for libardour amp's simple gainRobin Gareus
2020-02-26Fix PI bypass, fix apply linear pin-connectionsRobin Gareus
2020-02-26Fix Conditional jump or move depends on uninitialised value(s)Robin Gareus
2020-02-26Fix potential memory corruption at session closeRobin Gareus
2020-02-25Consolidate shared-ptr debuggingRobin Gareus
2020-02-25Disable Transport Master boost debugRobin Gareus
2020-02-25Fix cleanup, lock source-list, emit SourceRemovedRobin Gareus
2020-02-25Remove history file when it's emptyRobin Gareus
2020-02-25Update region-factory boost-debugRobin Gareus
2020-02-25Notify owners when removing regions during cleanupRobin Gareus
2020-02-25Prefer const iteratorsRobin Gareus
2020-02-24fix thinko when handling set_speed (0.0)Paul Davis
2020-02-24fix incorrect handling of MIDI data by AsyncMIDIPortPaul Davis
2020-02-24NOOP: remove whitespacePaul Davis
2020-02-25Add a method to clear ImportStatus arraysRobin Gareus
2020-02-25Update source-factory boost-debugRobin Gareus
2020-02-24Zero x-run count after session-load and engine restartRobin Gareus
2020-02-24Consolidate startup `state = Clean;` callsRobin Gareus
2020-02-24Fix initial audible noise on muted or silenced tracksRobin Gareus
2020-02-24Fix uninitialized member variable.Todd Naugle
2020-02-24NOP: No need to set this variable to itself.Todd Naugle
2020-02-24Add API to query hardware latency (as reported by the driver)Robin Gareus
2020-02-21avoid double-locate call when locating-while-stoppedPaul Davis
2020-02-21fix playback glitch : do not adjust file_sample[Type] after read, it is canon...Paul Davis