summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2020-01-20fix API and use of Session::force_locate()Paul Davis
2020-01-18fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()Paul Davis
2020-01-18remove fragile union designPaul Davis
2020-01-18fix broken-ness caused by bad initialization of a StopTransport event in Tran...Paul Davis
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-18Fix MIDI capture alignmentRobin Gareus
2020-01-18Zero capture-offset regardless of data-typeRobin Gareus
2020-01-15Change default preferences as discussed on IRC todayBen Loftis
2020-01-14Add Lua bindings to inspect the Tempo MapRobin Gareus
2020-01-14NO-OP: whitespaceRobin Gareus
2020-01-13Fix C++11ismRobin Gareus
2020-01-13Add rubberband Lua bindings to process ardour regionsRobin Gareus
2020-01-11Fix AFL positionRobin Gareus
2020-01-09Fix typo in Lua binding for compressor enable controlNikolaus Gullotta
2020-01-08expand comment to include (more of?) the full story about uncombining and copiesPaul Davis
2020-01-08expand the test used to decide if we need to make copies when uncombining a c...Paul Davis
2020-01-08never remove entries from the CompoundAssociation mapPaul Davis
2020-01-08add concept of an owner region (by ID) to PlaylistSourcePaul Davis
2020-01-08fix bugs (thinkos?) that confused PlaylistSource's id() with its original()Paul Davis
2020-01-08NOOP: reindentPaul Davis
2020-01-08increase explicit refcnt for playlists when used by a PlaylistSourcePaul Davis
2020-01-09Fix MIDI loop recording - Revert "Fix MIDI disk-writer flush"Robin Gareus
2020-01-09Towards fixing MIDI capture alignmentRobin Gareus
2020-01-09Fix CaptureAlignment debug messsageRobin Gareus
2020-01-07fix required offset when reading MIDI data near loop end/startPaul Davis
2020-01-07improved/new DEBUG_TRACE outputPaul Davis
2020-01-07plugins should NOT resolve MIDI notes at loopendPaul Davis
2020-01-07imrpove debug msgPaul Davis
2020-01-07fix serious but rare error in RTMidiBuffer's storage of MIDI events with size...Paul Davis
2020-01-08Fix MIDI Port-latenciesRobin Gareus
2020-01-07Remove debug outputRobin Gareus
2020-01-07Fix MIDI disk-writer flushRobin Gareus
2020-01-06Proper forward declaration for Lua bindings (amend 2afef6e4bde)Robin Gareus
2020-01-06Fix Windows builds (Lua binding undefined reference)Robin Gareus
2020-01-05remove the (unused) concept of a MIDI patchfile folder per sessionPaul Davis
2020-01-05move MidiPatchManager initialization into ARDOUR "global" scope, rather than ...Paul Davis
2020-01-05use glibmm threads for the midnam load thread, instead of raw pthreads (for p...Paul Davis
2020-01-03add extensive comment for posterityPaul Davis
2020-01-03fix recent bad commitPaul Davis
2020-01-03fix DiskReader::overwrite_existing_audio()Paul Davis
2020-01-03NOOP: line refoldingPaul Davis
2020-01-01Remove debug outputRobin Gareus
2019-12-31remove MIDI Control input and output ports from session-level objectsPaul Davis
2019-12-29recomment a DEBUG_TRACE statement that generates too much output with -D tran...Paul Davis
2019-12-29add EMIT_SIGNAL commentPaul Davis
2019-12-29add Session::transport_stopped_or_stopping()Paul Davis
2019-12-29Use human-numeric-sort for plugin scale-pointsRobin Gareus
2019-12-27fix JACK transport syncPaul Davis
2019-12-27add new Session method to return the worst_latency_preroll() value rounded up...Paul Davis