fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / audio_port.cc
2016-07-21 Paul Davistentative fix for a crash that occurs when switching... 5.0-pre1
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-11-30 Paul Davisfix merge with master
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-30 Paul Davisfix up a bunch of confusion regarding the size/capacity...
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-05 Paul Davisfix conflicts after merge with master
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2012-06-21 Paul Davissmooth 0.5 second fade out during quit, plus MIDI panic...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-29 Paul Davisclarify some confusion about how "raw" port buffer...
2011-03-14 Carl HetheringtonFix assert failure when cycle_end is called by AudioEng...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-07 Paul Davismanage Route::_have_internal_generator more accurately...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-08-13 Carl HetheringtonMove _port_offset up to AudioPort, as MidiPort does...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
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-11 Carl HetheringtonRemove internal ports.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-31 Paul Davisnew port design, probably about 90% done (i.e it mostly...
2007-10-25 David RobillardClean/strengthen up constructor/type stuff in new port...
2007-10-23 Carl HetheringtonRe-work Port construction slightly so that _flags is...
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2006-09-01 David RobillardFixes for IO port adding/removing
2006-08-12 David RobillardTowards MIDI:
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList