summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-10add cmp_nocase_utf8()Nils Philippsen
2013-12-10don't use deprecated g_strcasecmp()Nils Philippsen
2013-12-10compare region names case-sensitivelyNils 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-10Merge branch 'master--ignore-JackTransportNetStarting' of https://github.com/...Paul Davis
2013-12-09ignore "unofficial" states in jack_sync_callback()Nils Philippsen
2013-12-09don't overwrite necessary compiler flagsNils Philippsen
2013-12-09improve architecture detectionNils 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-29add explicit linkage to libtimecodePaul Davis
2013-11-27make JACK backend return the right set of values when asked for buffer sizes ...Paul Davis
2013-11-27do not push new state to backend from audio/MIDI setup until OK or Apply are ...Paul Davis
2013-11-27add 0.5 second sleep after closing JACK connection so that next startup/conne...Paul Davis
2013-11-27add error check to call to PortManager::reestablish_portsPaul Davis
2013-11-27move AudioBackend::_start() into protected, and expand a bit on documenting :...Paul Davis
2013-11-27add yet more missing parts of previous commit re: libmidi++ and JACK (files n...Paul Davis
2013-11-27add missing parts of previous commit re: libmidi++ and JACK (files not saved ...Paul Davis
2013-11-27remove unintended linkage between libmidipp and jackPaul Davis
2013-11-23Hande export initialization exceptions gracefullySakari Bergen
2013-11-23Fix invalid assertions in AudioGrapher SampleFormatConverterSakari Bergen
2013-11-23fix for toolbar master-meter w/o master bus and/or detached toolbarRobin Gareus
2013-11-22fix crash @ session-restore of plugins windowsRobin Gareus
2013-11-20reset time-axis peak when meter-point changes - fixes #5771Robin Gareus
2013-11-19Distinguish Save-as and Snapshot dialog windowRobin Gareus
2013-11-17lv2: increase scratch buffer size to request port minimum sizeRobin Gareus
2013-11-11fix audio-clock sample entry, handle empty entry as NOOPRobin Gareus
2013-11-10correct information on waf updatesPaul Davis
2013-11-09allow to include In/Disk button on MeterbridgeRobin Gareus
2013-11-05really no reason to support ARDOUR_EN anymore ... we have a preference dialog...3.5.74Paul Davis
2013-11-05on OS X 10.7 at least, LANG is set by the system, so do not bail out of langu...Paul Davis
2013-11-05revert to waf 1.6.11 for master branch, with current autowaf.pyPaul Davis
2013-11-05remove exportvis changes from autowaf.pyPaul Davis
2013-11-05update .po files with --no-fuzzy-matching in usePaul Davis
2013-11-05update waf with new autowaf that uses --no-fuzzy-matching when running msgmergePaul Davis
2013-11-05add autowaf.py since we have branched from drobilla's version due to export v...Paul Davis
2013-11-05back-port two actual bug fixes from cairocanvas branchPaul Davis
2013-11-05fix incorrect use of sizeof() in snprintf (function never actually used in ar...Paul Davis
2013-11-05update packaging tools to always use revision.cc to determine version number,...Paul Davis
2013-11-05fix tests compilationJulien de Kozak
2013-11-05keep processing LV2 Ringbuffer once it is allocatedRobin Gareus
2013-11-04do not hard-code version number anymore - define via git or libs/ardour/revis...Paul Davis