summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-01-28fix another semantically-significant statement buried in an assert() macroPaul Davis
2013-01-27Make check for new Lilv optional.David Robillard
2013-01-27Only load default state with lilv >= 0.15.0 (currently svn only) to avoid war...David Robillard
2013-01-27Default to "7bit" controller type if missing, as per DTD.David Robillard
2013-01-27fix another semantically-significant-expression-in-assert case (though not a ...Paul Davis
2013-01-27Support state:loadDefaultState feature.David Robillard
2013-01-26fix breakage for optimized build caused by semantically critical statement in...Paul Davis
2013-01-24fix up rather odd sizing model for ProcessorBox that affected Pixfaders used ...Paul Davis
2013-01-24use the same location for MIDNAM files as the packaging/install usesPaul Davis
2013-01-24patch/fix for crash when pixfader is exposed after being allocated only 1xN o...Paul Davis
2013-01-24we ain't stop for nothin' when slaved to ext time source.Robin Gareus
2013-01-23rename the i18n package name for libardour to follow the convention of {dirna...Paul Davis
2013-01-23make trnslation option actually toggle back and forthPaul Davis
2013-01-23new logic for enabling translation in bundled releases of ardourPaul Davis
2013-01-23more i18n fixes, this time removing a hack that broke i18n in bundles, and al...Paul Davis
2013-01-21start passing around the (possibly-bundle-modified) localedir so that we call...Paul Davis
2013-01-21another unusued parameter fixPaul Davis
2013-01-21volatile in stupidPaul Davis
2013-01-21tweak for const correctness on applePaul Davis
2013-01-21tweak for const correctness on applePaul Davis
2013-01-21de.po updatesPaul Davis
2013-01-21pixfaders should invalidate their patterns and layout on style change, helps ...Paul Davis
2013-01-21save aux sends in session/route templates (#5285)Paul Davis
2013-01-21fix crash when deleting a processor with a controllable (#5284)Paul Davis
2013-01-21Trim the include tree a bit.David Robillard
2013-01-21Fix MIDI loop recording.David Robillard
2013-01-21More style-only changes.David Robillard
2013-01-21Actually flush to disk continuously while MIDI loop recording.David Robillard
2013-01-21More whitespace-only changes.David Robillard
2013-01-21Fix whitespace.David Robillard
2013-01-20Fix compilation with --test.David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Error checking string to int conversion from midnam files.David Robillard
2013-01-20Support loading MIDI note names in NoteGroup tags as well.David Robillard
2013-01-20Add General MIDI drum note names and patch names.David Robillard
2013-01-20Fix MIDI note number off by one error.David Robillard
2013-01-20Fix midnam warning messages.David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
2013-01-19Gracefully handle errors parsing midnam documents instead of crashing.David Robillard
2013-01-19Set MIDI device mode to the first by default if unset.David Robillard
2013-01-19Use a std::set for MIDI device models so the combo is sorted and the user can...David Robillard
2013-01-19slightly more informational debug messagePaul Davis
2013-01-19Add standard MIDI midnam file and remove hard coded equivalent.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-19Hide MIDI device mode selector unless there is actually more than one mode.David Robillard
2013-01-18more debugging output for failed LXVST opens, and drop use of NULLPaul Davis
2013-01-17fix issue with color and position of mixer strip plugin control sliders (#5275)Paul Davis
2013-01-17cache cairo_pattern_t's for PixFader so that we don't generate one per fader,...Paul Davis
2013-01-17fix problem with size of patterns used by pixfaders when they get re-size-all...Paul Davis
2013-01-17a few small fixes that help pitchbend control of things, notably the shuttle ...Paul Davis