summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_diskstream.cc
AgeCommit message (Expand)Author
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
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04minor tweaks to debug output and comments and header orderPaul 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-14Fix broken indentation.David Robillard
2011-03-14more fun and games with latency compensation, and so forth ... not done yetPaul 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-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-01Make the session watch sources' DropReferences and drop accordingly. Remove ...Carl Hetherington
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-02-06Couple of asserts to catch similar bugs to #3755 a bit earlier.Carl Hetherington
2011-02-06Don't update file_frame twice when reversing close to the start of a diskstre...Carl Hetherington
2011-02-06Don't update start more than once when reversing. I don't think this is caus...Carl Hetherington
2011-01-02Allow AudioDiskstream to have 0 channels without crashing. Fixes crash on re...Carl Hetherington
2010-12-03type tweaks and casts following the nframes_t expulsionPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-10-02Stop spurious regions being added to tracks when chasing MTC.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-30minor tweaksPaul Davis
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-04Fix peakfile display after record. Fixes at least part of #3374.Carl Hetherington