diff layer/VerticalBinLayer.h @ 1522:d5ef91dc2ea7

Merge from branch time-frequency-boxes
author Chris Cannam
date Wed, 25 Sep 2019 13:48:04 +0100
parents 4eafe5a1b655
children
line wrap: on
line diff
--- a/layer/VerticalBinLayer.h	Tue Sep 17 12:50:58 2019 +0100
+++ b/layer/VerticalBinLayer.h	Wed Sep 25 13:48:04 2019 +0100
@@ -20,9 +20,10 @@
 
 /**
  * Interface for layers in which the Y axis corresponds to bin number
- * rather than scale value. Colour3DPlotLayer is the obvious example.
- * Conceptually these are always SliceableLayers as well, and this
- * subclasses from SliceableLayer to avoid a big inheritance mess.
+ * rather than scale value. Colour3DPlotLayer and SpectrogramLayer are
+ * obvious examples.  Conceptually these are always SliceableLayers as
+ * well, and this subclasses from SliceableLayer to avoid a big
+ * inheritance mess.
  */
 class VerticalBinLayer : public SliceableLayer
 {