fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / port.cc
2012-01-26 Paul Davisadd Port::PostDisconnect signal to allow objects other...
2011-12-23 Carl HetheringtonDo some renaming in the ARDOUR::Port class tree.
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
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-03-21 Paul Davisavoid untested use of 2 jack weak symbols
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-16 David RobillardReplace connection cerr dumping with DEBUG_TRACE.
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-14 David RobillardFix broken indentation.
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-12 Paul Davisproperly use and publish private/public port latency...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-02-16 Paul Davisyet more latency compilation fixes
2011-02-16 Paul Davisfixes for latency computation and compilation
2011-02-15 Paul Davispart two of new JACK latency API support - should fix...
2011-02-15 Paul Davispart one of several parts: implement support for new...
2011-01-19 Paul Davischeck that we're still connected to JACK when using...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Paul Davisremove some debugging output
2010-11-27 Paul Davisremove (or attempt to remove) requirement for holding...
2010-11-20 Paul Davismore debugging
2010-11-20 Paul Davisdebugging
2010-11-13 Carl HetheringtonFix crash on closedown.
2010-10-27 Carl HetheringtonPrevent crash when trying to register a port with a...
2010-08-13 Carl HetheringtonMove _port_offset up to AudioPort, as MidiPort does...
2010-06-21 Carl HetheringtonCoding style.
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-06-02 Torben Hohnadd -P flag blocking port connections while loading...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2009-11-28 Paul Davisdon't be using engine->jack() unconditionally in Port...
2009-10-19 Carl HetheringtonFix memory leak.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-06-23 Paul Davismake RouteGroup gain control work again ; fix what...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David RobillardWaf building of libardour (yay!).
2009-02-11 Carl HetheringtonRemove internal ports.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-22 Carl HetheringtonFix port rename problems.
2009-01-22 Carl HetheringtonSome more full / short name confusions.
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-02 Carl HetheringtonPorts say when they're going away.
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-02 David RobillardMerge with trunk R2978.
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-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2006-10-12 Paul Davisfixes for meter thread using free'd member of AudioEngi...
2006-09-01 David RobillardFixes for IO port adding/removing
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-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-02-11 Paul Davismiscellaneous fixes post-jesse's 24 bit file format...
2005-09-24 Taybin Rutkinlibardour added.