#include <QTimer>
#include <QWidget>
#include <QScrollBar>
#include <QPainter>
#include <QApplication>
#include <QDesktopWidget>
#include "timeline/sequence.h"
#include "timeline/clip.h"
#include "project/footage.h"
#include "project/media.h"
#include "undo/undo.h"
#include "timelinetools.h"
Go to the source code of this file.
void draw_waveform |
( |
ClipPtr |
clip, |
|
|
const FootageStream * |
ms, |
|
|
long |
media_length, |
|
|
QPainter * |
p, |
|
|
const QRect & |
clip_rect, |
|
|
int |
waveform_start, |
|
|
int |
waveform_limit, |
|
|
double |
zoom |
|
) |
| |
bool same_sign |
( |
int |
a, |
|
|
int |
b |
|
) |
| |