svgui  1.9
WaveformLayer.cpp File Reference
#include "WaveformLayer.h"
#include "base/AudioLevel.h"
#include "view/View.h"
#include "base/Profiler.h"
#include "base/RangeMapper.h"
#include "ColourDatabase.h"
#include <QPainter>
#include <QPixmap>
#include <QTextStream>
#include <iostream>
#include <cmath>
Include dependency graph for WaveformLayer.cpp:

Go to the source code of this file.

Variables

static float meterdbs []

Variable Documentation

float meterdbs[] [static]
Initial value:
 { -40, -30, -20, -15, -10,
                            -5, -3, -2, -1, -0.5, 0 }

Definition at line 407 of file WaveformLayer.cpp.

Referenced by WaveformLayer::paint(), PaintAssistant::paintVerticalLevelScale(), and WaveformLayer::paintVerticalScale().