summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/diskstream.h
AgeCommit message (Expand)Author
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2015-06-29fix const-cast warningsPaul Davis
2015-06-29add initial support for vari-fillPaul Davis
2015-06-29introduce the idea of buffering presets, along with 3 possible settings (plus...Paul Davis
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ...Paul Davis
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-06-26allow to set custom file name for each diststreamRobin Gareus
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-03-27Squashed commit of the following:Paul Davis
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-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-01-31Comments.Carl Hetherington
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-11-16Doxygen tweaks.Carl Hetherington
2011-11-16Remove unused variable.Carl Hetherington
2011-10-31Remove unused variable.Carl Hetherington
2011-10-31Comment.Carl Hetherington
2011-10-31Take commit() out of process() in both types ofCarl 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-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-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-08Make a new write source when the diskstream name changes so that sources don'...Carl Hetherington
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-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
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-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Comments.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-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-06-23Trim includes.Carl Hetherington
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-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis