Mercurial > hg > svgui
diff layer/SpectrogramLayer.h @ 277:8acd30ed735c
* Fix up and simplify the LayerTreeModel, removing a horrible memory leak
* Move phase-unwrapped frequency estimation from SpectrogramLayer to
FFTDataServer
* Make the spectrum show peak phase-unwrapped frequencies as well (still
needs work)
* Start adding piano keyboard horizontal scale to spectrum
* Debug output for id3 tags
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2007 12:46:18 +0000 |
parents | e954c00cbe55 |
children | 86a112b5b319 |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Mon Jul 02 14:58:34 2007 +0000 +++ b/layer/SpectrogramLayer.h Tue Jul 03 12:46:18 2007 +0000 @@ -296,14 +296,6 @@ void initialisePalette(); void rotatePalette(int distance); - static float calculateFrequency(size_t bin, - size_t windowSize, - size_t windowIncrement, - size_t sampleRate, - float previousPhase, - float currentPhase, - bool &steadyState); - unsigned char getDisplayValue(View *v, float input) const; float getInputForDisplayValue(unsigned char uc) const;