log

age author description
2020-01-17 Chris Cannam Comments and palette adjustments
2020-01-15 Chris Cannam Cut this down, we don't need the things we were calculating (also avoid possible null pointer dereference of v)
2020-01-15 Chris Cannam Model -> layer, + word wrap
2020-01-15 Chris Cannam Clarify comment
2020-01-14 Chris Cannam Merge from branch csv-export-dialog
2020-01-14 Chris Cannam Add CSV export dialog, + associated supporting changes csv-export-dialog
2020-01-14 Chris Cannam Don't write empty lines
2020-01-10 Chris Cannam Merge from branch spectrogram-export
2020-01-10 Chris Cannam Add support for a header line on delimited data output spectrogram-export
2020-01-10 Chris Cannam Add option to export timestamp column spectrogram-export
2020-01-09 Chris Cannam Use Colour3DPlotExporter in line with SpectrogramLayer spectrogram-export
2020-01-09 Chris Cannam Provide parameters needed for scale and thresholding spectrogram-export
2020-01-09 Chris Cannam Handle scale factor, needed for all spectrogram export; handle thresholding (using gain/normalisation for threshold calculation) in peak frequency export spectrogram-export
2020-01-09 Chris Cannam Give timer a parent so as not to leak it spectrogram-export
2020-01-08 Chris Cannam Update in-progress comments only spectrogram-export
2020-01-07 Chris Cannam Fix typo in range spectrogram-export