remove unused API to explicitly set/unset buffer silent flag
[ardour.git] / libs / ardour / ardour / buffer.h
2013-12-28 Robin Gareusremove unused API to explicitly set/unset buffer silent...
2013-11-30 Paul Davisdrop capacity argument from Buffer constructor, since...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-12-02 Paul Davisrename a Buffer/BufferSet method to be a little clearer...
2011-12-01 Paul Davisprovide semantic ordering of simultaneous MIDI events...
2010-12-03 Paul Davistype tweaks and casts following the nframes_t expulsion
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2009-11-18 Carl HetheringtonMake BufferSet::is_silent work so that session silent_b...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2008-09-28 Paul Davischanges from torben for processor/plugin count determin...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-06-29 David RobillardSeparate MidiBuffer and AudioBuffer into separate heade...
2007-06-09 David RobillardUse double MIDI timestamps (towards tempo based time...
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-02 Paul Davisreintroduce use of optimized functions for gain into...
2006-09-01 David RobillardFixes for IO port adding/removing
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-13 David RobillardMore signal path cleanup, IO now has one deliver_output...
2006-08-12 David RobillardTowards MIDI:
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-02 David RobillardMerged from trunk R743
2006-08-01 David RobillardMoved DataType into it's own class (resolved a name...
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-08-01 David RobillardAnother OSX fix...
2006-08-01 David RobillardOSX fix (no posix_memalign)
2006-08-01 David RobillardFix for Jack MIDI dependency (ie remove it)
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-06 David RobillardLoading/Saving of sessions containing MIDI tracks and...
2006-06-26 David RobillardActually added the code mentioned in my last commit...