summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_diskstream.cc
AgeCommit message (Expand)Author
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
2011-10-31Comment.Carl Hetherington
2011-10-31Remove Diskstream member playback_distance that can beCarl Hetherington
2011-10-31A few comments and minor coding style adjustments.Carl Hetherington
2011-10-31Remove unused parameter.Carl Hetherington
2011-10-31Remove unused code.Carl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-20obey monitor=disk when recording also; remove debug outputPaul Davis
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-25minor but important fix for the wrap-buffer case in a recording audio diskstreamPaul Davis
2011-09-21fixes from 2.X for latency/capture alignment stuff: don't reverse route list,...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-09-14Fix default disk_io_chunk_frames for diskstream so that itCarl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-02random header include removalPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-08Make a new write source when the diskstream name changes so that sources don'...Carl Hetherington