summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-25NO-OP: comment signal emissionRobin 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-19slightly enhanced error handling when loading MIDNAM dataPaul Davis
2019-12-19handle MIDI rendering correctly when there are no regionsPaul Davis
2019-12-19fix thinko ... we're checking if a DiskReader handles audioPaul Davis
2019-12-18further improve debug messagePaul Davis
2019-12-18fix thinko in MidiRegion::render()Paul Davis
2019-12-18remove debug messagePaul Davis
2019-12-18fix debug messagePaul Davis
2019-12-18fix Temporal::Beats::operator*Paul Davis
2019-12-18tweak debug outputPaul Davis
2019-12-18do not try to process audio in a diskreader with no audio playlistPaul Davis
2019-12-18fix crash when looping with a MIDI trackPaul Davis
2019-12-17Cont'd work on Playlists import from old 2.x sessionsRobin Gareus
2019-12-17a new stop command while in the middle of declick-to-stop is not a bad transi...Paul Davis
2019-12-17Directly apply MIDI automation state changesRobin Gareus
2019-12-17Fix MIDI port i/o when vari-speedingRobin Gareus
2019-12-17Convert Disksteam & Playlists from old 2.x sessionsRobin Gareus
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-14truncate unnecessarily verbose debug set/bits outputPaul 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