Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixes #3940.
[ardour.git] / gtk2_ardour / time_fx_dialog.cc
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2010-11-05 Paul Davisdon't give the timefx progress bar its own name
2010-08-13 Carl HetheringtonPatch from colinf to add tape-style region stretching...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-10-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-27 Carl HetheringtonClean up time-fx dialog UI. Patch from tinram in manti...
2009-02-27 David RobillardSplit TimeFXDialog from Editor.