summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2013-12-30make meters request constant buffersRobin Gareus
2013-12-28remove unused API to explicitly set/unset buffer silent flagRobin Gareus
2013-12-28centralize buffer silent-flagRobin Gareus
2013-12-22add K12/RMS meter typeRobin Gareus
2013-12-21new ControlProtocolManager API, and proper handling of view/model changes in ...Paul Davis
2013-12-18midi_clock_slave: fix wrong calculation of loop errorHans Baier
2013-12-18midi clock slave: make bandwidth variable according to period sizeHans Baier
2013-12-10add cmp_nocase_utf8()Nils Philippsen
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-11-29drop capacity argument from Buffer constructor, since the abstract class cann...Paul Davis
2013-11-29fix indentationPaul Davis
2013-11-27move AudioBackend::_start() into protected, and expand a bit on documenting :...Paul Davis
2013-11-09allow to include In/Disk button on MeterbridgeRobin Gareus
2013-11-05fix incorrect use of sizeof() in snprintf (function never actually used in ar...Paul Davis
2013-10-28fix thinko in declaration of ARDOUR::PortEngine::get_port_by_name()Paul Davis
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-10-23fix MMCPaul Davis
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-23initialize plugin param descriptor structRobin Gareus
2013-10-22Merge branch 'unify_display_ordering' of https://github.com/nmains/ardourPaul Davis
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-10-21fix issues with recording while synced to JACK (non-pure-virtual method added...Paul Davis
2013-10-21add default sample rate and buffer size methods to AudioBackendPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-18fix missing Click outputs for new sessionsPaul Davis
2013-10-14add a back-pointer to the owner of a ProcessorPaul Davis
2013-10-12adapt AudioEngine to new AudioBackend APIPaul Davis
2013-10-12slightly change AudioBackend API to allow specifying that the device is being...Paul Davis
2013-10-11Add AudioEngine::set_default_backendTim Mayberry
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10add API to AudioBackend to allow discovery of possible MIDI I/O optionsPaul Davis
2013-10-08restore jack timebase master and jack session callback functionality (moved i...Paul Davis
2013-10-07use AudioEngine destructor to do necessary stuff when shutting it down, and r...Paul Davis
2013-10-07change return type on ARDOUR::cleanup() since nobody cares what it returnsPaul Davis
2013-10-04Move processing thread list from ARDOUR::Graph into AudioBackend implementationTim Mayberry
2013-10-04Add AudioBackendThread class to support different thread type on windowsTim Mayberry
2013-10-02fix up crash caused by changes in object creation order and setting the state...Paul Davis
2013-09-25fix up enum mess caused by switching from JACK to Engine as the name for jack...Paul Davis
2013-09-23add new static functions to get SR and disk sample format from session XMLPaul Davis
2013-09-20rather hacky fix for the change of the SyncSource > JACK enum to SyncSource >...Paul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-16more session construction order changes, and removal of n_physical_{inputs,ou...Paul Davis
2013-09-13use visibility control on JACK audio backend, so that we can import this chan...Paul Davis
2013-09-13change inheritance so that an AudioBackend IS-A PortEnginePaul Davis
2013-09-12don't stop metering thread when session is removed; move engine-setup code in...Paul Davis
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12add AudioBackendNativeThread to serve the same role as jack_native_thread_tPaul Davis
2013-09-11make use of measured latency values to set dialog controls, and use actual po...Paul Davis
2013-09-10more tweaks to latency measurementPaul Davis