summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-20Remove extra midnam file for Roland JV-1080.David Robillard
2013-01-20Remove junk data from Roland JV-1080 and JV-2080 midnam files.David Robillard
2013-01-20Make patch changes stand out a little better while also being more monochroma...David Robillard
2013-01-20Allow PC flags to be editing with the draw tool as well.David Robillard
2013-01-20Tidy.David Robillard
2013-01-20Add General MIDI drum note names and patch names.David Robillard
2013-01-20Fix completely wrong MidiRegionView::get_patch_key_at().David Robillard
2013-01-20Fix MIDI note number off by one error.David Robillard
2013-01-20Fix midnam warning messages.David Robillard
2013-01-20Fix ever expanding bank selector in add patch change dialog when changing cha...David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
2013-01-19Update patchfiles/README and remove executable bit from all midnam files.David Robillard
2013-01-19Add midnam file for Roland JV-2080.David Robillard
2013-01-19Merge Standard MIDI and General MIDI midnam files.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-19Add instructions for adding midnam files.David Robillard
2013-01-19Set MIDI device model to "Generic" by default (previously was unset).David Robillard
2013-01-19fix MIDI track channel selector etc. visibility after show_all()=>show() chan...Paul Davis
2013-01-19completely revisit how track name editing works in the editorPaul Davis
2013-01-19fix midnam-related crash introduced around 13892Paul Davis
2013-01-19slightly more informational debug messagePaul Davis
2013-01-19Add standard MIDI midnam file and remove hard coded equivalent.David Robillard
2013-01-19Unfortunately it seems that MIDINameDocument can not express control groups, ...David Robillard
2013-01-19Fix undefined return value.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-19Avoid some copy overhead and sprinkle in some const for good measure.David Robillard
2013-01-19Reflow ridiculously wide code.David Robillard
2013-01-19Hide MIDI device mode selector unless there is actually more than one mode.David Robillard
2013-01-19Clean up midnam author data.David Robillard
2013-01-19Ram all midnam files through xmllint --format and get something halfway respe...David Robillard
2013-01-19Fix invalid XML. All midnam files now pass validation by xmllint.David Robillard
2013-01-19Use consistent naming scheme for midnam files.David Robillard
2013-01-19Use civilized line endings.David Robillard
2013-01-19Use the standard doctype for this motley crew of midnam files.David Robillard
2013-01-19Valid midnam file for Moog MinitaurDavid Robillard
2013-01-19new take on getting SVN revision numberPaul Davis
2013-01-18more debugging output for failed LXVST opens, and drop use of NULLPaul Davis
2013-01-18fix crash when copy-n-pasting plugins, caused by work done to allow copy-n-pa...Paul Davis
2013-01-18fix restore of snap mode (confusion caused by existence of internal/preintern...Paul 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 size of FaderOption's faderPaul 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 various issues with sizing now that we have the basic idea that pixfad...Paul Davis
2013-01-17fix up handling of size allocation + settingPaul Davis