summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audio_buffer.h
AgeCommit message (Expand)Author
2016-09-13change offset arguments to various <T>Buffer::read/merge methods from framecn...Paul Davis
2016-07-20tentative fix for a crash that occurs when switching backends.5.0-pre1Paul Davis
2016-04-06lua bindings & API documentationRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-02-04merge (w/fix) with masterPaul Davis
2014-02-03update audio-buffer assert, take offset into accountRobin Gareus
2014-02-03remove cruft - unused _size in audio-buffersRobin Gareus
2013-12-28Merge branch 'master' into cairocanvasPaul Davis
2013-12-28centralize buffer silent-flagRobin Gareus
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-11-29fix indentationPaul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2013-03-27Squashed commit of the following:Paul Davis
2012-08-17Fix const violating case.David Robillard
2012-06-01Prevent latency measurement output buffer being silenced byCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-12-01provide semantic ordering of simultaneous MIDI events; add operator== to Midi...Paul Davis
2011-09-26more assert/debuggingPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-25Doxygen tweaks.Carl Hetherington
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-07missed removals that should have been in the port offset patchPaul Davis
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-02-19first pass at full output & gain coefficient interpolation for VBAP panningPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-02Fixes for GCC 4.3.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-31new port design, probably about 90% done (i.e it mostly works and this commit...Paul Davis
2007-10-25Use SSE/veclib/whatever for AudioBuffer::accumulate_fromDavid Robillard
2007-10-17new internal port type, round I, plus tiny fix for legalize_for_xml() (also f...Paul Davis
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):David Robillard
2007-06-29Separate MidiBuffer and AudioBuffer into separate headers (trims the dependen...David Robillard