summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2019-12-16remove mistakenly left-in debug stacktracePaul Davis
2019-12-16reinstate missing latency initialization codePaul Davis
2019-12-16expand DEBUG_TRACE outputPaul Davis
2019-12-16Remove cruft, unused APIRobin Gareus
2019-12-16Parse v2 session-informationRobin Gareus
2019-12-16Lua bindings for well-known send controlsRobin Gareus
2019-12-16fix logic error that prevented MIDI playlists from being rendered at load timePaul Davis
2019-12-15LV2: add state:mapPath as supported feature and sort URIsRobin Gareus
2019-12-14fix behavior of DiskReader when moved after an instrumentPaul Davis
2019-12-14Add Inline Control Port PropertyRobin Gareus
2019-12-14Make BusSendLevel 1st class citizen (1/2)Robin Gareus
2019-12-13Add Lua bindings to query AutomationControl paramater rangesRobin Gareus
2019-12-13Fix mismatched deleteRobin Gareus
2019-12-12Add method to look up Lua script by nameRobin Gareus
2019-12-12reduce another race condition riskPaul Davis
2019-12-12remove debug outputPaul Davis
2019-12-12remove useless lockPaul Davis
2019-12-12fix playback of newly added/modified MIDI dataPaul Davis
2019-12-12expand DEBUG_TRACE() statementPaul Davis
2019-12-12BOOST_SP_NOEXCEPT is n/a in boost 1.62Robin Gareus
2019-12-11use process lock to lock out process() during playback buffer resizingPaul Davis
2019-12-11remove MIDI readahead parameterPaul Davis
2019-12-11variable renaming in Butler for various buffer sizesPaul Davis
2019-12-12Fix stackoverflow, endless recursion on ComparableSharedPtr assignmentRobin Gareus
2019-12-11Fix loading plugin state from sessionsRobin Gareus
2019-12-11Remove hardcoded session-state versionsRobin Gareus
2019-12-10should probably resolve MIDI notes when loop bounds changePaul Davis
2019-12-10fix unnecssary disruption of MIDI stream when disabling loopPaul Davis
2019-12-10use PlayistChanged appropriately to fix MIDI outputPaul Davis
2019-12-10use bitmask values for OverwriteReason, as was intendedPaul Davis
2019-12-10revert to single buffer for disk playback, and 5.x-style overwritePaul Davis
2019-12-09Fix deprecated-copy warningsDavid Robillard
2019-12-09Remove unused variableDavid Robillard
2019-12-09Fix automation alignment for latent pluginsRobin Gareus
2019-12-08fix error when continuing to refill audio playback buffers after a buffer switchPaul Davis
2019-12-09Fix two compiler warningsRobin Gareus
2019-12-08more debug outputPaul Davis
2019-12-08avoid a locate-to-loop-start from cancelling loopingPaul Davis
2019-12-08correct logic errors related to roll-after-locate in TransportFSMPaul Davis
2019-12-08fix missing SessionEvent when **all** tracks need a buffer overwritePaul Davis
2019-12-09Better, more consistent fix for d0dcca109Robin Gareus
2019-12-08Fix Pan automation when using "Touch"Robin Gareus
2019-12-08MSVC project changes needed to support the new 'mp3 import' stuffJohn Emmas
2019-12-08Minor changes needed to make the 'mp3 import' sources build with MSVCJohn Emmas
2019-12-08NO-OP: whitespaceRobin Gareus
2019-12-07fix behavior when pressing l to loop (not in loop-is-mode) and the required s...Paul Davis
2019-12-07functional double buffering when using DiskReader::overwrite_existing_buffersPaul Davis
2019-12-07a few parameter changes, and flesh out code to switch rbufs in DiskReaderPaul Davis
2019-12-07initial conversion to double buffering inside DiskReaderPaul Davis
2019-12-07Fix 64bit OSX/MacOS buildsRobin Gareus