Support LV2 atom sequence ports alongside old event ports.
[ardour.git] / libs / ardour / ardour / buffer_set.h
2012-02-25 David RobillardSupport LV2 atom sequence ports alongside old event...
2011-12-02 Paul Davisrename a Buffer/BufferSet method to be a little clearer...
2011-11-22 Carl HetheringtonUse same aeffectx.h for windows and linux VSTs.
2011-10-17 Carl HetheringtonDiscard MIDI when sending to the monitor bus. Fixes
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-14 David RobillardUse LV2_SUPPORT define instead of HAVE_SLV2.
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-01-16 Sakari BergenMake stem export export from right before any processors.
2011-01-10 Carl HetheringtonOptimise BufferSet::attach_buffers code to avoid memory...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-07-11 Carl HetheringtonFix up VST build and add basic support for VSTi
2009-11-18 Carl HetheringtonCleanup previous commit.
2009-11-18 Carl HetheringtonMake BufferSet::is_silent work so that session silent_b...
2009-10-21 David RobillardMerge all BufferSet iterators using a single template...
2009-10-20 David RobillardConst-correct BufferSet.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-28 Paul Davisremove all MIDI-specific editing modes by making standa...
2009-07-22 Paul Davismake i18n build work ; add mackie dir back to build...
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-07-01 Paul Davisseparate solo & listen. some minor fixes and additional...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardFix building without LV2.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-04 David RobillardMIDI metering.
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-10 Paul Davismerge changes for 2.0.1/2.0.2, plus some fixes to issue...
2006-09-01 David RobillardFixes for IO port adding/removing
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-12 David RobillardTowards MIDI:
2006-08-11 David Robillard- Replaced integer port counts (and input/output maximu...