# HG changeset patch # User Chris Cannam # Date 1466675841 -3600 # Node ID 6eb9e032e7082433a88d2583df9ae58849b75fc9 # Parent c98a1fe7c7f58e433cc5d97c5d55e7e0437da901 Comment diff -r c98a1fe7c7f5 -r 6eb9e032e708 layer/VerticalScaleLayer.h --- 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 {