summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
AgeCommit message (Expand)Author
2019-12-09Fix deprecated-copy warningsDavid Robillard
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-09-26rename BufferSet::get* to BufferSet::get_available*Paul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-11-13Mac VST-2.x supportRobin Gareus
2014-03-03even more small mingw/win fixesRobin Gareus
2014-03-03yet another mingw/win fixRobin Gareus
2013-12-28Merge branch 'master' into cairocanvasPaul Davis
2013-12-28remove unused API to explicitly set/unset buffer silent flagRobin Gareus
2013-10-17remove a few more misplaced export macrosPaul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-09remove another naming that refers to JACKPaul Davis
2013-06-03honor LV2 rsz:minimumSize for Atom Event buffersRobin Gareus
2013-05-19Forward midi feedback from LV2 plugins and allow to chain LV2 midi plugins.Robin Gareus
2012-02-29Update to latest LV2 atom extension.David Robillard
2012-02-25Support LV2 atom sequence ports alongside old event ports.David Robillard
2011-12-02rename a Buffer/BufferSet method to be a little clearer as to its intent (is_...Paul Davis
2011-11-22Use same aeffectx.h for windows and linux VSTs.Carl Hetherington
2011-10-17Discard MIDI when sending to the monitor bus. FixesCarl Hetherington
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-01-16Make stem export export from right before any processors.Sakari Bergen
2011-01-10Optimise BufferSet::attach_buffers code to avoid memory allocation in the RT ...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2009-11-18Cleanup previous commit.Carl Hetherington
2009-11-18Make BufferSet::is_silent work so that session silent_buffers are correctly s...Carl Hetherington
2009-10-21Merge all BufferSet iterators using a single template (way less duplicatedish...David Robillard
2009-10-20Const-correct BufferSet.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-22make i18n build work ; add mackie dir back to build ; token work on amp for M...Paul Davis
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Fix building without LV2.David Robillard
2009-05-04Preliminary MIDI plugin support.David Robillard
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-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...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
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):David Robillard