summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-17prevent button1/2 clicks on pixfaders from being used to drive event processi...Paul Davis
2013-01-17fix up handling of size allocation + settingPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16use regex to match [mM][iI][dD] file extension for MIDI files, thus making i...Paul Davis
2013-01-16Preliminary support for named MIDI controllers via midname files.David Robillard
2013-01-16Fix compilation against svn lilv (const-correctness).David Robillard
2013-01-16remove debug outputPaul Davis
2013-01-16a bit more debug tracing for control protocolsPaul Davis
2013-01-16when stopping transport, revert _default_transport_speed to 1.0 if current sp...Paul Davis
2013-01-15remove some debug outputPaul Davis
2013-01-15control lists should use the default value of their parameter, not zero (noti...Paul Davis
2013-01-15fix a couple of unused parametersPaul Davis
2013-01-15better error msg about autoloop locationPaul Davis
2013-01-12fixed unity-line alignment for horiz faders.Robin Gareus
2013-01-12round outside corners of pixfadersPaul Davis
2013-01-12rework pixfader design again: remove texture, draw entire (double-sized) patt...Paul Davis
2013-01-11space pixfader dots betterPaul Davis
2013-01-11substantive changes to pixfaders and derived classes. now fully dynamically s...Paul Davis
2013-01-10remove rounded corners from non-mobile ends of pixfadersPaul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2013-01-09DE libgtkmm2ext translation updatePaul Davis
2013-01-09DE libardour translation updatePaul Davis
2013-01-09remove timecode subframe configurationRobin Gareus
2013-01-09fix bad fix to error stringPaul Davis
2013-01-09A few more typo fixes in libardour.Colin Fletcher