summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_diskstream.cc
AgeCommit message (Expand)Author
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
2012-12-07fix wierd rec-enable behaviour, at possible expense of adding more RT costPaul Davis
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-11-07fix required-sample count for cubic interpolation.Robin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24always create short xfades when adding a region based on capturePaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2011-12-30Set up layering_index immediately on an explicit layer, so that undoCarl Hetherington
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-12-23Match request in function names to the eventual call to jack_port_request_mon...Carl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-10-31Take commit() out of process() in both types ofCarl Hetherington