summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-01-11update default speaker position listRobin Gareus
2014-01-11VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-10Support midnam controller value labels.David Robillard
2014-01-10fix panner search pathRobin Gareus
2014-01-10re-configure _all_ panners on a route, when panner type changesRobin Gareus
2014-01-10add a fixed priority to panner modulesRobin Gareus
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2014-01-07make LV2 presets immediately availableRobin Gareus
2014-01-07remove inadvertently commited debug/devel codeRobin Gareus
2014-01-06fix plugin log-sliders for ranges [0..]Robin Gareus
2014-01-05update slider rendering & set style for fadersRobin Gareus
2014-01-04fix detection of aubio library - aubio-0.4 breaks API and ABI.Robin Gareus
2014-01-03don't split process cycle at endRobin Gareus
2014-01-03improve clarity of logic parenthesesPaul Davis
2014-01-02mantis 0005805derAbgang
2014-01-02Fix tests compilation after Control API changesJulien de Kozak
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-12-31debug message: print uint8 channel as integer not charRobin Gareus
2013-12-30improve debug messageRobin Gareus
2013-12-30optimize peak calculation of silent buffersRobin Gareus
2013-12-30NOOP. remove trailing whitespaceRobin Gareus
2013-12-30make meters request constant buffersRobin Gareus
2013-12-29use buffer APIs instead of raw memcpy, fix plugin bypassRobin Gareus
2013-12-28fix replicate_missing_region_channels optionRobin Gareus
2013-12-28remove unused API to explicitly set/unset buffer silent flagRobin Gareus
2013-12-28centralize buffer silent-flagRobin Gareus
2013-12-27initialize some uninitialized variablesRobin Gareus
2013-12-23Re-enable export file tagging. No idea why this code has dropped out at some ...Sakari Bergen
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-19midi_clock_slave: fix bandwidth to 2/60 for best resultsHans Baier
2013-12-19interpolation_test: add some necessary assertions Hans Baier
2013-12-18midi_clock_slave: fix wrong calculation of loop errorHans Baier
2013-12-18midi_clock_slave.cc: Better debug messagesHans Baier
2013-12-18midi clock slave: make bandwidth variable according to period sizeHans Baier
2013-12-13make MIDI UI in libardour handle CallSlot requests like it used to (and like ...Paul Davis
2013-12-12adjust LV2 ringbuffer size according to LV2:resize-portRobin Gareus
2013-12-10add cmp_nocase_utf8()Nils Philippsen
2013-12-10use correct argument order with memset()Nils Philippsen
2013-12-10use std::fill_n to fill gain buffer with samplesNils Philippsen
2013-12-07print a warning for every VST >=2.4 pluginRobin Gareus
2013-12-07detect VST >= 2.4 plugins.Robin Gareus
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-02minor tweaks to MIDI clock support, including delivery of position events/mes...Paul Davis
2013-12-02don't run MIDI clock "tick" if session is silent (e.g. due to a locate)Paul Davis
2013-12-01fix continuous send of MIDI start/position/stop messages introduced by mistakePaul Davis
2013-11-29fix up a bunch of confusion regarding the size/capacity/allocation of audio &...Paul 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