summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_diskstream.cc
AgeCommit message (Expand)Author
2015-07-23avoid llabs ambiguityRobin Gareus
2015-06-30when seeking, completely refill buffers rather than just a partial refillPaul Davis
2015-06-30fix -Wabsolute-valueRobin Gareus
2015-06-29remove debugging outputPaul Davis
2015-06-29fix unused but usable variable warningPaul Davis
2015-06-29comment unused but potentially usable variablesPaul Davis
2015-06-29comment out two verbose debugging outputsPaul Davis
2015-06-29make sure we allocate large enough buffers when doing a non-butler context di...Paul Davis
2015-06-29two tweaks required to fix up previous commitPaul Davis
2015-06-29ensure that working buffers (for gain + mixing) are large enough.Paul 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-29Tracks does not (want to) support destructive tracksPaul Davis
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-04-28tape-track diskstream fixesRobin Gareus
2015-02-20ensure that stub audio file sources are removed when we destroy a trackPaul Davis
2015-02-13correctly set track loop status when locating away from loop range (and later...Paul Davis
2015-01-27Don't try to dereference a NULL ptr (the function 'ARDOUR::IO::nth()' can ret...John Emmas
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ...Paul Davis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-18Don't assume compiler can avoid copy to const ref.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-10Use DEBUG_THREAD_SELF when using DEBUG_TRACE with pthread IDsJohn Emmas
2014-12-09more DEBUG::Butler output, formatting corrections, and a warning on cerr if c...Paul Davis
2014-12-01Comments in various call-sites of coverage()Colin Fletcher
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-07-09remove debug outputPaul Davis
2014-07-09fix crash initiated by never configuring track write sources when reloading a...Paul Davis
2014-07-09only reset AudioDiskstream write sources if the I/O configuration changed. Do...Paul Davis
2014-06-26allow to set custom file name for each diststreamRobin Gareus
2014-06-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2013-12-02Replace non-portable printf format specifierTim Mayberry
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-05'libs/ardour' - Revert 'std::llabs' to 'llabs' until we find a platform-neutr...John Emmas
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-09-02add std:: to clarify use of llabs on OS XPaul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2012-12-23fix buffer overflow of wrap_buffer (may fix #5221)Robin Gareus
2012-12-23debug issue #5221 -- possible mem corruptionRobin Gareus