summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-06-29new file holding non-AVX stubs for AVX functions on linuxPaul Davis
2015-06-29Fixed up types mismatch in AudioCallback and AudioCllbackData structGZharun
2015-06-29fix typo in wavesbackend codePaul Davis
2015-06-29Revert "add operator bool() to Evoral::Beats"Paul Davis
2015-06-29add operator bool() to Evoral::BeatsPaul Davis
2015-06-29new Session::default_track_name_pattern (DataType) method, based on an idea i...Paul Davis
2015-06-29add new Gtkmm2ext::pixel_size() to conveniently get width&height for a given ...Paul Davis
2015-06-29Fixed up the commentGZharun
2015-06-29add additional check for playhead priority target when testing loop range, to...Paul Davis
2015-06-29add Session::reconnection_in_progress(), used by TracksPaul Davis
2015-06-29use the frame/sample based inter-scene gap, not the msecs one (now removed)Paul Davis
2015-06-29scene gap is measured in frames, not msecs.Paul Davis
2015-06-29add some session-scope configuration variables needed by Tracks.Paul Davis
2015-06-29add more directory names to set managed via various APIs (automation, analysi...Paul Davis
2015-06-29Fixed a misprint in a commentGZharun
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