summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_diskstream.cc
AgeCommit message (Expand)Author
2016-11-27NO-OP; Backport changes from Mixbus branchRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-06-08consistent API name for region-listRobin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-04fix return value for playback/capture buffer loads on audio tracks with no ch...Paul Davis
2016-03-05fix playlist channel-count when removing a connected port.Robin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04Change a few instances of 'stat()' to use 'g_stat()' (for UTF8 compatibility ...John Emmas
2015-09-30tweak some debug outputPaul Davis
2015-09-30remove apparently bogus adjustment to capture_captured in AudioDiskstream::tr...Paul Davis
2015-07-23avoid llabs ambiguityRobin Gareus
2015-06-30when seeking, completely refill buffers rather than just a partial refillPaul Davis
2015-06-30fix -Wabsolute-valueRobin Gareus
2015-06-29remove debugging outputPaul Davis
2015-06-29fix unused but usable variable warningPaul Davis
2015-06-29comment unused but potentially usable variablesPaul Davis
2015-06-29comment out two verbose debugging outputsPaul Davis
2015-06-29make sure we allocate large enough buffers when doing a non-butler context di...Paul Davis
2015-06-29two tweaks required to fix up previous commitPaul Davis
2015-06-29ensure that working buffers (for gain + mixing) are large enough.Paul Davis
2015-06-29more tweaks for varifill model, and avoid filling playback buffers during ses...Paul Davis
2015-06-29add initial support for vari-fillPaul Davis
2015-06-29Tracks does not (want to) support destructive tracksPaul Davis
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
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