summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-06-29add API for controlling and determining active status of a SceneChangePaul Davis
2015-06-29Waves Backend MERGED from TracksGZharun
2015-06-29Backend MERGE:GZharun
2015-06-29Reverted Ben's default buffer size function implementation.GZharun
2015-06-29Reverted Ben's m_DefaultBufferSize stuff as it looks redundant. Will be put b...GZharun
2015-06-29remove more explicit compiler flags by placing them in the compiler flags dic...Paul Davis
2015-06-29minor fix for wavesaudio backend after earlier changes + merge/meld madnessPaul Davis
2015-06-29add PBD::DEBUG bits for WavesAudio and WavesMIDIPaul Davis
2015-06-29[Summary] AudioPort buffer does not need 64 byte alignment which cache_aligne...Greg Zharun
2015-06-29meld-driven unification of current ardour-ish WavesAudio backend and current ...Paul Davis
2015-06-29cosmetic fix (grygorii)GZharun
2015-06-29noop: fix indentation/whitespacePaul Davis
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