summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2020-03-10NO-OP: use set/clear_flag() API instead of set_flags()Robin Gareus
2020-03-10Add convenience ControlFlags operatorsRobin Gareus
2020-03-10create transport master in the factory method if the engine is runningPaul Davis
2020-03-10small adjustments to TransportMaster API to better accomodate the "ignore/acc...Paul Davis
2020-03-10do not reset default transport speed when stopping to prepare for a locatePaul Davis
2020-03-10Adhere to Ardour style guide - 810b2fb78dNikolaus Gullotta
2020-03-10Avoid using 'boost::aligned_storage' which is known to be problematic in MSVC...John Emmas
2020-03-09Session::have_looped must only be true when we locate because we reached the ...Paul Davis
2020-03-09Revert failed experiment, scripted multiple MIDI outputs via dsp_run()Robin Gareus
2020-03-09Prevent double free of global observersNikolaus Gullotta
2020-03-09Fix MacOS 10.11 (clang-8.0.0) buildsRobin Gareus
2020-03-08Replace strftime() with Glib::DateTime()Robin Gareus
2020-03-08Fix count-in and loop-as-mode metronome clicksRobin Gareus
2020-03-07Remove Mixbus send special caseRobin Gareus
2020-03-07Fix OSC endless loop for tracks with hidden pluginsRobin Gareus
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-06Add a STL Allocator using the stack (for rt safety)Robin Gareus
2020-03-06Fix Coreaudio buffersize changesRobin Gareus
2020-03-06Increase accuracy of analyzed true-peak positionsRobin 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-02Exclude zita-convolver from being available as external libRobin Gareus
2020-03-02Fix some doxygen warningsRobin Gareus
2020-03-02Do not include <stdint.h> in the Ardour namespaceRobin Gareus
2020-03-02Fix previous commit (increase max, not default)Robin Gareus
2020-03-02Allow a-delay to boost output gainRobin 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-29Fix 'samples / frames' typo in PBD::stacktrace()John Emmas
2020-02-28Convert v5 send state-stateRobin Gareus
2020-02-28Bail out if Playlist cannot be createdRobin Gareus
2020-02-28Allow to limit error dumpRobin Gareus
2020-02-28Ensure that regions have sources when savingRobin Gareus
2020-02-28NO-OP: whitespace, re-indentRobin Gareus
2020-02-28Fix some recursive undo removalRobin Gareus
2020-02-28Fix double free of undo commands (amend 9e6435ff145)Robin Gareus
2020-02-27Fix libwebsockets compatRobin Gareus
2020-02-27Fix removal of punch rangeRobin Gareus
2020-02-27Add signals to indicate Punch/Loop constraintsRobin Gareus