summaryrefslogtreecommitdiff
path: root/libs/ardour/diskstream.cc
AgeCommit message (Expand)Author
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-07-01merge with master.Paul Davis
2014-06-26allow to set custom file name for each diststreamRobin Gareus
2014-06-11NOOP, re-indent using tabsRobin Gareus
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-08-04'libs/ardour' - Use 'const_iterator' where appropriate (required to be builda...John Emmas
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
2012-12-23another buffersize fix (see #5221 and rev13715)Robin Gareus
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul 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-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-11-16Remove unused variable.Carl Hetherington
2011-10-31Remove unused variable.Carl Hetherington
2011-10-31Remove Diskstream member playback_distance that can beCarl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-14Fix default disk_io_chunk_frames for diskstream so that itCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-09correctly reset capture alignment at session load; for MIDI diskstreams, don'...Paul Davis
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-03-18fix (?) capture alignment by making sure we use non-public latency informatio...Paul Davis
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis
2011-02-25Fix previous patch a bit better.Carl Hetherington
2011-02-25Move playback_distance up to AudioDiskstream from Diskstream since it is only...Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused code.Carl Hetherington
2010-11-27remove (or attempt to remove) requirement for holding process lock when chang...Paul Davis
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-02Small cleanup.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-08-20Don't write undo records for automation that moves with regions when nothing ...Carl Hetherington
2010-07-22When a region movement is undone, prevent the resulting movement from trigger...Carl Hetherington
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-12alignment/capture/positioning changes ported from 2.XPaul Davis
2010-04-02Fix logic for when to request buffer overwrite.Carl Hetherington
2010-04-02missign return valuePaul Davis
2010-04-02possible fix for race between diskstream buffer overwrite and channel setupPaul Davis
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis