summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
AgeCommit message (Expand)Author
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2017-10-30Use new externally_connected APIRobin Gareus
2017-10-29Remove unused per-port buffer offsetRobin Gareus
2017-10-29NO-OP: whitespaceRobin Gareus
2017-10-29Move vari-speed into backend (resample ports)Robin Gareus
2017-09-18NO-OP: whitespaceRobin Gareus
2017-08-07Add debug-msg for port-handle registrationRobin Gareus
2017-07-20Allow adding tracks w/o running backendRobin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::Port classTim Mayberry
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-24Disconnect Signals before dropping portsRobin Gareus
2016-04-17notify IO about port disconnection due to port removalRobin Gareus
2016-04-17add API to set pretty names for ardour portsRobin Gareus
2015-10-06forward "disconnect all", partial fix for #6308Robin 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-28remove cruft.Robin Gareus
2015-06-29Fixed issue with crash when invalid get_connections request is made on invali...Paul Davis
2015-03-08libardour API to exercise get_port_propertyRobin Gareus
2014-09-06check for _port_handle == null throughout Port:: methodsPaul Davis
2014-04-10remove use of JACK headers to allow building on systems without JACKPaul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-13change inheritance so that an AudioBackend IS-A PortEnginePaul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-08-13save and restore all ardour-owned MIDI portsPaul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-08rationalize (a bit) engine start/stop/restart so that it is possible to start...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-31more stuff compilesPaul Davis
2013-07-25most of libardour now actually compilesPaul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-24more miscellaneous changes for audioengine, all of this is still far from act...Paul Davis
2013-07-15 Don't include jack/weakjack.h header when compiling for windowsPaul Davis
2012-06-21a putatively better approach to cleaning up ports at session closingPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-13redesign how XML state, bitslots and names get propagated during copying a se...Paul Davis
2012-01-27change audioengine's port container to a std::map to provide faster results f...Paul Davis
2012-01-26add Port::PostDisconnect signal to allow objects other than the one being dir...Paul Davis
2011-12-23Do some renaming in the ARDOUR::Port class tree.Carl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-03-21avoid untested use of 2 jack weak symbolsPaul Davis
2011-03-18fix (?) capture alignment by making sure we use non-public latency informatio...Paul Davis
2011-03-16Replace connection cerr dumping with DEBUG_TRACE.David Robillard
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis