Mercurial > hg > svgui
changeset 1067:6eb9e032e708 spectrogram-minor-refactor
Comment
author | Chris Cannam |
---|---|
date | Thu, 23 Jun 2016 10:57:21 +0100 |
parents | c98a1fe7c7f5 |
children | 521f7e8b0559 |
files | layer/VerticalScaleLayer.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/VerticalScaleLayer.h Thu Jun 23 10:51:45 2016 +0100 +++ b/layer/VerticalScaleLayer.h Thu Jun 23 10:57:21 2016 +0100 @@ -19,7 +19,8 @@ /** * Interface for layers in which the Y axis represents (or can * sometimes represent, depending on the display mode) the sample - * value. For example, TimeValueLayer in point mode. + * value. For example, TimeValueLayer uses vertical scale when in + * point mode and so provides this interface. */ class VerticalScaleLayer {