Mercurial
SharpDisplayManager
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
raw
|
help
Server/Spectrum/ScalingStrategy.cs
author
StephaneLenclud
Thu, 05 Jan 2017 14:54:43 +0100
changeset 275
a4a341accc89
permissions
-rw-r--r--
Published v1.4.2
Fixing issues with Audio Visualizer bitmaps created when form is not visible.
Now reusing Audio Visualizer bitmap for better performance and memory usage.
1
namespace Visualization
2
{
3
public enum ScalingStrategy
4
{
5
Decibel,
6
Linear,
7
Sqrt
8
}
9
}