summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-13add new API to TransportMasterManager to manage use of DiskReader::{inc,dec}_...Paul Davis
2020-03-13adjust TransportFSM to avoid declick to locate if DiskReader::_no_disk_output...Paul Davis
2020-03-13prevent out-of-window MTC messages from moving transport if we're not using MTCPaul Davis
2020-03-13mingw/gcc-8: use glib's stat(), drop hardlink supportRobin Gareus
2020-03-12Fix setting automation state for Aux-sendsRobin Gareus
2020-03-12Fix un/bypassing Aux-send pannersRobin Gareus
2020-03-12NO-OP: reduce scopeRobin Gareus
2020-03-12NO-OP: whitespaceRobin Gareus
2020-03-11audio clocks that are not editable are not focusable eitherPaul Davis
2020-03-11fix apparent free-ordering issue reported in #7926Paul Davis
2020-03-11Prevent stuck VCA buttonRobin Gareus
2020-03-11Fix win32, mingw/gcc-8.3 buildsRobin Gareus
2020-03-10Add Lua binding to query a region's playlistRobin Gareus
2020-03-10Remove redundant collectgarbage() calls from scriptsRobin Gareus
2020-03-10Add Lua example snippet to set region fadesRobin Gareus
2020-03-10Add Lua bindings to access region-fadesRobin Gareus
2020-03-10Fix optimized mingw/gcc-8.2 buildsRobin Gareus
2020-03-10NO-OP: use set/clear_flag() API instead of set_flags()Robin Gareus
2020-03-10Add convenience ControlFlags operatorsRobin Gareus
2020-03-10remove debug outputPaul Davis
2020-03-10create transport master in the factory method if the engine is runningPaul Davis
2020-03-10small improvements to Transport Masters dialog (in preferences and elsewhere)Paul 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-08Allow to bundle gdb with optimized windows buildsRobin Gareus
2020-03-08Replace strftime() with Glib::DateTime() -- GUIRobin Gareus
2020-03-08Replace strftime() with Glib::DateTime()Robin Gareus
2020-03-08Fix typo in f265bbbf82e9Robin Gareus
2020-03-08Fix count-in and loop-as-mode metronome clicksRobin Gareus
2020-03-08mingw/gcc-8.2 compat: _xgetbv() needs -mxsaveRobin Gareus
2020-03-08Fix for modern boost + updated buildstackRobin Gareus
2020-03-08NO-OP: whitespaceRobin Gareus
2020-03-07Remove Mixbus send special caseRobin Gareus
2020-03-07Fix OSC endless loop for tracks with hidden pluginsRobin Gareus
2020-03-07Iniialize uninitialized variableRobin Gareus
2020-03-06Fix MIDI export and post-export transport issuesRobin Gareus
2020-03-06fix startupFSM handling of a ShouldLoad signalPaul Davis
2020-03-06fix apple/clang warningPaul Davis
2020-03-06fix (potentially serious) typo that confused comparison with assignmentPaul Davis
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