log

age author description
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
2020-01-07 Chris Cannam Comment only spectrogram-export
2020-01-07 Chris Cannam Handle peaks spectrogram-export
2020-01-07 Chris Cannam Provide export model spectrogram-export
2020-01-06 Chris Cannam Start work on spectrogram export code spectrogram-export
2019-11-22 Chris Cannam Fix note numbering - ensure stable across whole track (as it used to be, but without scanning all notes in paint in order to do that)
2019-11-21 Chris Cannam Merge
2019-11-21 Chris Cannam Fixes to NoteLayer, particularly to calculation of vertical scale when model unit is not Hz. To avoid inconsistency we now behave as if the unit is always Hz from the point of view of the external API and display, converting at the point where we obtain values from the events themselves. Also various fixes to editing.