Handle export presets from config dirs properly. Removed some debug output.
[ardour.git] / libs / evoral /
2008-10-14 David RobillardRemove meaningless const qualifier (-Wextra warning).
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
2008-10-03 David RobillardRemove unnecessary #include.
2008-09-30 David RobillardAdd waf build script.
2008-09-30 David RobillardMove midi_util.h.
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 David RobillardRemove ARDOUR::Parameter::is_integer.
2008-09-28 David RobillardFix shadowing problem with *Control::set_value.
2008-09-28 David RobillardInvalidate line cache when zoomed out to invisible...
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
2008-09-22 David RobillardSpeed up MIDI import (and non-cached cases of ControlLi...
2008-09-22 David RobillardFix loading midi controller data.
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David RobillardFix CC interpolation (i.e. output a maximum reslution...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFix paul's spacey tabs mucking up everything :)
2008-09-19 Paul Davischris goddard's region list patch; port 2.X marker...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardFix crash on recording MIDI CC.
2008-09-19 David RobillardFactor out sequencing related things into an independan...