summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-06-29increase event pool for backend reset thread (somewhat unnecessarily, but let...Paul Davis
2015-06-29AudioEngine tweaks from Tracks, related to stopping audioengine and haltingPaul Davis
2015-06-29merge in Tracks-derived session-end-is-N-seconds beyond last region end, but ...Paul Davis
2015-06-29fix indentation and remove whitespacePaul Davis
2015-06-29rename Session::add_session_range_location() to ::set_session_range_location()Paul Davis
2015-06-29enabling record (either tentative for punch or fully enabled) cancels play lo...Paul Davis
2015-06-29implement missing methods for MIDISceneChangePaul Davis
2015-06-29mark session dirty after scene change is added/removedPaul Davis
2015-06-29add signal to indicate absence of removal of scene change from LocationPaul Davis
2015-06-29remove artificial, accidental and utterly unintended limit of the numbering o...Paul Davis
2015-06-29add Tracks specific handling of MMC Record Strobe, since Tracks has no concep...Paul Davis
2015-06-29make sure we allocate large enough buffers when doing a non-butler context di...Paul Davis
2015-06-29remove Tracks runtime conditional, incorrectly added during manual mergingPaul Davis
2015-06-29follow various events related to playhead priority (loop changes, parameter c...Paul Davis
2015-06-29API to set tooltip y-marginRobin Gareus
2015-06-29give different Tracks + Ardour/Mixbus playhead priority functionality, and ad...Paul Davis
2015-06-29correct placement of buffering adjustments w.r.t Butler thread creationPaul Davis
2015-06-29[Summary] Moved session buffers adjustment during butler thread set up to the...GZharun
2015-06-29[Summary] HOT FIX: Fixed crash which happens on an attempt to load a session ...GZharun
2015-06-29try to correctly set up build of AVX code for windows and linux, using compil...Paul Davis
2015-06-29meter computation must use absolute value of all samples (ignoring sign bit)Paul Davis
2015-06-29add windows-only AVX functionsPaul Davis
2015-06-29Made optimized function Prototypes more correct.Paul Davis
2015-06-29Corrected comments for x86_sse_avx_find_peaks() intrinsics built functionPaul Davis
2015-06-29add new file with AVX functions.Paul Davis
2015-06-29Added optimized AVX function for sample processingPaul Davis
2015-06-29fix accidentally deleted return valuePaul Davis
2015-06-29fix timing of Butler mapping config parameters to avoid crash.Paul Davis
2015-06-29two tweaks required to fix up previous commitPaul Davis
2015-06-29initial version of playback priority design. No GUI control over options yetPaul Davis
2015-06-29ensure that working buffers (for gain + mixing) are large enough.Paul Davis
2015-06-29clean up cherry-pick of varifill tweaks from Waves TracksPaul Davis
2015-06-29more tweaks for varifill model, and avoid filling playback buffers during ses...Paul Davis
2015-06-29add initial support for vari-fillPaul Davis
2015-06-29introduce the idea of buffering presets, along with 3 possible settings (plus...Paul Davis
2015-06-29fix logic of previous commit for transport-stop during locatePaul Davis
2015-06-29Do not disable record (performing transport stop) during locate request when ...Paul Davis
2015-06-29Add some libardour support for indicating MTC active status.Paul Davis
2015-06-29Revert "[Summary] Adding missing initialization of the date &time formats. â€...Paul Davis
2015-06-29[Summary] Adding missing initialization of the date &time formats. “Init tr...Valeriy Kamyshniy
2015-06-29[Summary] Do not restore routes connection using XML IO state for TracksLive,...GZharun
2015-06-29Fixed f65026f0a1cbc64862a82109c28f5d493fc45f2e merged commit related to waves...GZharun
2015-06-29[Summary] Just adding comment for better code-maintaining.Valeriy Kamyshniy
2015-06-29superior fix for limits on track name lengthPaul Davis
2015-06-29[Summary] Fixed bug: Dragging Region with copying it provoked a crash. The re...Valeriy Kamyshniy
2015-06-29[Summary] Fixed race condition: "should_do_transport_work" must not be droppe...GZharun
2015-06-29when reversing regions, use the original source's SR, not the current session...Paul Davis
2015-06-29when creating new sources for a non-realtime Filter process, add option to us...Paul Davis
2015-06-29after changing session SR, reset all write sources to use new ratePaul Davis
2015-06-29Tracks does not (want to) support destructive tracksPaul Davis