summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
AgeCommit message (Expand)Author
2020-04-26Remove common prefix for latency debuggingRobin Gareus
2019-11-21Use new boost::optional APIRobin Gareus
2019-09-29Ardour::IO is not latent by itselfRobin Gareus
2019-09-25goodbye Profile->...trxPaul Davis
2019-08-07NO-OP: Fix compiler warning (-Wreturn-type)Robin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-07-11Prevent adding a 2nd MIDI input/output portRobin Gareus
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
2019-03-28Fix route-templates with external sendsRobin Gareus
2019-03-18NO-OP: Use API to set/test state-of-the-stateRobin Gareus
2019-02-16Prepare to allow to disable latency-compensationRobin Gareus
2017-11-26Add convenience methods to set port latenciesRobin Gareus
2017-10-29Remove unused per-port buffer offsetRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-09-30Remove unused IO::process_input() APIRobin Gareus
2017-09-29Add API to query IO latenciesRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18NO-OP: whitespaceRobin Gareus
2017-08-24Remove all manual accounting of connected user bundlesJulien "_FrnchFrgg_" RIVAUD
2017-08-23Make IO::connect_ports_to_bundle able to partially connectJulien "_FrnchFrgg_" RIVAUD
2017-08-03Allow calling IO::silence for yet unregistered ports (Click)Robin Gareus
2017-06-22Remove locale_guard.h from ardour/ardour.h headerTim Mayberry
2017-06-22Remove LocaleGuard from ARDOUR::IO class state methodsTim Mayberry
2017-04-19Use PBD::string_to/to_string in IO::find_possible_bundleTim Mayberry
2017-04-19Use XMLNode::get/set_property in ARDOUR::IO classTim Mayberry
2017-04-19Use ID::to_s() in libardour instead of ID::print()Tim Mayberry
2017-03-31Connect route-template insert i/o ports #5778Robin Gareus
2017-01-20Plug some libardour memory leaksRobin Gareus
2016-10-17add more DEBUG_TRACE statements for port/destruction debuggingPaul Davis
2016-08-08fix race condition when dropping PortsPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14regenerate and manually fix all PO files so that ./waf i18n doesn't generate ...Paul Davis
2016-07-09Assert that nobody calls IO::copy_to_output with empty bufsJulien "_FrnchFrgg_" RIVAUD
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-18fix possible crash at session close.Robin Gareus
2016-04-17add IOProcessors pretty name supportRobin Gareus
2016-04-03small optimization, read-only buffer suffices here.Robin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-27Sort ports in state-save.Robin Gareus
2015-08-07remove more cruft (dead assignments)Robin Gareus
2015-06-29Fixed a misprint in a commentGZharun
2015-06-29[Summary] Do not restore routes connection using XML IO state for TracksLive,...GZharun
2015-02-19fix some static-analysis warningsRobin Gareus
2015-01-27Don't try to dereference a NULL ptr (the function 'ARDOUR::IO::nth()' can ret...John Emmas
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-11-18Clean up funny code and initialize variables.David Robillard