Holds the begin and end points of a looped region. More...
#include <juce_AudioPlayHead.h>
Public Member Functions | |
bool | operator== (const LoopPoints &other) const |
bool | operator!= (const LoopPoints &other) const |
Public Attributes | |
double | ppqStart = 0 |
The current cycle start position in units of quarter-notes. | |
double | ppqEnd = 0 |
The current cycle end position in units of quarter-notes. | |
Holds the begin and end points of a looped region.
bool AudioPlayHead::LoopPoints::operator== | ( | const LoopPoints & | other | ) | const |
References x.
bool AudioPlayHead::LoopPoints::operator!= | ( | const LoopPoints & | other | ) | const |
References operator==().
double AudioPlayHead::LoopPoints::ppqStart = 0 |
The current cycle start position in units of quarter-notes.
double AudioPlayHead::LoopPoints::ppqEnd = 0 |
The current cycle end position in units of quarter-notes.