WaveformLayer.cpp File Reference
#include "WaveformLayer.h"
#include "base/AudioLevel.h"
#include "view/View.h"
#include "base/Profiler.h"
#include "base/RangeMapper.h"
#include "base/Strings.h"
#include "ColourDatabase.h"
#include "PaintAssistant.h"
#include "data/model/WaveformOversampler.h"
#include <QPainter>
#include <QPainterPath>
#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 495 of file WaveformLayer.cpp.

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