summaryrefslogtreecommitdiff
path: root/libs/ardour/buffer_set.cc
AgeCommit message (Expand)Author
2018-06-04remove aeffectx.h; use vestige.hPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-02-05fix type warningPaul Davis
2017-01-05Fixing LV2_SUPPORT #ifdefsDobroslav Slavenskoj
2016-12-03Fix warningsDavid Robillard
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-11-13Mac VST-2.x supportRobin Gareus
2016-11-11VST buffer paranoiaRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-13fix mismatched delete/freeRobin Gareus
2015-09-12plug some memory leaks in libsRobin Gareus
2014-11-02Automation of LV2 plugin properties.David Robillard
2013-12-28remove unused API to explicitly set/unset buffer silent flagRobin Gareus
2013-11-29fix up a bunch of confusion regarding the size/capacity/allocation of audio &...Paul Davis
2013-08-09remove another naming that refers to JACKPaul 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-11-18Deliver MIDI events to atom ports that support it, merged with transport events.David Robillard
2012-11-17Sent precise transport information to LV2 plugins via events.David Robillard
2012-05-27Re-implement URIMap to tolerate broken plugins that use the wrong context toDavid Robillard
2012-05-24Missing include.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
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-22main fix: when transport stops, clear per-region per-playlist note trackers e...Paul Davis
2011-12-09Fix whitespace.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-11-21Rename windows VST stuff with a Windows prefix.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-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-07-13Add a couple of missing attach_buffers() calls after _ports has been changed....Carl Hetherington
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-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-03-05some LV2 debug tracingPaul Davis
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-10-09Fix crash when running an analysis of a plugin with MIDI IO.Carl Hetherington
2010-08-20Re-work duplicate and buggy ensure_buffers() method.Carl Hetherington
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2009-12-01Modify assertion; as far as I can see, ensure_buffers makes no attempt to red...Carl 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-20Const-correct BufferSet.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard