summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audiosource.h
AgeCommit message (Expand)Author
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-01(Source List) Recover Regions feature: WIPBen Loftis
2019-08-01(Source List) Source property signals (libardour part)Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2015-11-24prevent concurrent peak-file init.Robin Gareus
2015-09-15prepare peak-file cleanup/recreate.Robin Gareus
2015-09-10use FileSource::within_session() for peak-filesRobin Gareus
2015-09-10rework peakfile handling:Robin Gareus
2015-09-10remove Ardour broken peak-file supportRobin Gareus
2015-09-03Review changesMathias Buhr
2015-09-03Fixes case where audiofiles used wrong peakfilesMathias Buhr
2015-09-03Use const reference and renames variableMathias Buhr
2015-06-29ensure that working buffers (for gain + mixing) are large enough.Paul Davis
2015-03-11Manual merge of the backend (peakfile reading) part of waveview branch.nick_m
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-10remove file manager LRU cache from code.Paul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2013-03-31more work on the suprisingly ongoing filename/path/origin issuePaul Davis
2013-03-21fix nasty crash when using double-nested compound (consolidated) regions caus...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-28clean up memory leaks with nested source read buffersPaul Davis
2011-05-28putative fix for crashes related to diskstream playback buffer refills with c...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul 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-09-14Tidy up PeaksReady locking slightly and emit it during done_with_peakfile_wri...Carl Hetherington
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-17forward port 2.X various changes (not all, but i have a list) ending with 6928Paul Davis
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-05-14Keep to a quota of open files by closing least recently used ones as required...Carl Hetherington
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington
2010-04-09Prevent clipping during the import of files from sources that haveCarl Hetherington
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-25Remove unused source file_changed methods.David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard