summaryrefslogtreecommitdiff
path: root/libs/backends/jack/jack_portengine.cc
AgeCommit message (Expand)Author
2020-04-08use RCU to manage JACK backend's container of portsPaul Davis
2020-04-07fix another explicit return val for ::get_port_by_name() if JACK has diedPaul Davis
2020-04-07fix explicit return val for ::get_port_by_name() if JACK has diedPaul Davis
2020-04-07fix up shared_ptr<> use in JACK backendPaul Davis
2020-04-07use shared_ptr to manage backend port lifetimes (Pulse,ALSA,Dummy,JACK)Paul Davis
2019-08-03Update backend GPL boilerplate and (C) from git logRobin Gareus
2018-10-17add new API for retrieving port flags from backendPaul Davis
2017-10-30Add & implement PortEngine::externally_connected() APIRobin Gareus
2017-08-05Update backend API: read-only MIDI input buffersRobin Gareus
2016-10-18fix retrieval of port properties (metadata) when the value has no typePaul Davis
2016-08-19handle edge-case where jack-meta-data may be NULL, but the call succeedsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-04-18implement metadata-set for remaining backendsRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-07-02add conditional use of jack_port_rename(), a newly added public API for JACKPaul Davis
2015-04-23add a real check for functioning JACK metadata API; remove configure time opt...Paul Davis
2015-03-08add backend support for port properties (jack)Robin Gareus
2014-10-23weak/runtime jack linking: load libjack dynamically at runtimeRobin Gareus
2013-10-28fix thinko in declaration of ARDOUR::PortEngine::get_port_by_name()Paul Davis
2013-09-13update JACK backend to use new inheritance structure for AudioBackendPaul Davis
2013-09-07move JACK audio backend to its own folder and adjust build system to reflect ...Paul Davis