summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-15Change default preferences as discussed on IRC todayBen Loftis
2020-01-13Add rubberband Lua bindings to process ardour regionsRobin Gareus
2020-01-08add concept of an owner region (by ID) to PlaylistSourcePaul Davis
2020-01-05remove the (unused) concept of a MIDI patchfile folder per sessionPaul Davis
2020-01-05use glibmm threads for the midnam load thread, instead of raw pthreads (for p...Paul Davis
2020-01-03NOOP: line refoldingPaul Davis
2019-12-31remove MIDI Control input and output ports from session-level objectsPaul Davis
2019-12-29add Session::transport_stopped_or_stopping()Paul Davis
2019-12-29Use human-numeric-sort for plugin scale-pointsRobin Gareus
2019-12-27add new Session method to return the worst_latency_preroll() value rounded up...Paul Davis
2019-12-27remove unused memberPaul Davis
2019-12-25Use weak-ptr for source added/removed signals (1/2)Robin Gareus
2019-12-25Prevent copy-construction of sources to be destroyed listRobin Gareus
2019-12-23add a mechanism to use existing MIDNAM info and connect to PatchesChanged in ...Paul Davis
2019-12-23basics of threaded MIDNAM loadingPaul Davis
2019-12-17Convert Disksteam & Playlists from old 2.x sessionsRobin Gareus
2019-12-16reinstate missing latency initialization codePaul Davis
2019-12-16Remove cruft, unused APIRobin 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-12Add method to look up Lua script by nameRobin Gareus
2019-12-12reduce another race condition riskPaul Davis
2019-12-12remove useless lockPaul Davis
2019-12-12BOOST_SP_NOEXCEPT is n/a in boost 1.62Robin Gareus
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-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-08fix error when continuing to refill audio playback buffers after a buffer switchPaul Davis
2019-12-08Minor changes needed to make the 'mp3 import' sources build with MSVCJohn Emmas
2019-12-08NO-OP: whitespaceRobin Gareus
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
2019-12-07Remove unused API, reduce sndfile/coreaudio specializationRobin Gareus
2019-12-06Fix issues with VBR mp3s, detect duration by decodingRobin Gareus
2019-12-06Implement mp3 import, using minimp3Robin Gareus
2019-12-06Add "seekable" SoundFile info (in prep for mp3 import)Robin Gareus
2019-12-05changes to use overwrite-buffers when loop is disabled or loop range changedPaul Davis
2019-11-22redesign of declicking and fades around loop boundariesPaul Davis
2019-11-22Add support for LV2/KX transient-ID optionRobin Gareus
2019-11-18fix transport FSM to stop first and declick laterPaul Davis
2019-11-18support backwards reading of MIDI from RTMidiBufferPaul Davis
2019-11-18Automation event lookup when rolling backwardsRobin Gareus