diff layer/VerticalBinLayer.h @ 1083:7122aae95a88 spectrogram-minor-refactor

Start introducing render code
author Chris Cannam
date Fri, 01 Jul 2016 11:21:09 +0100
parents 5b4fe7bb9430
children 179ea8a2f650
line wrap: on
line diff
--- a/layer/VerticalBinLayer.h	Fri Jul 01 09:55:48 2016 +0100
+++ b/layer/VerticalBinLayer.h	Fri Jul 01 11:21:09 2016 +0100
@@ -19,6 +19,8 @@
 /**
  * Interface for layers in which the Y axis corresponds to bin number
  * rather than scale value. Colour3DPlotLayer is the obvious example.
+ *!!! should just be a mapper interface, not a layer one?
+ *!!! or even an application of RangeMapper
  */
 class VerticalBinLayer
 {