#include <juce_AudioPlayHead.h>
Public Member Functions | |
bool | operator== (const LoopPoints &other) const |
bool | operator!= (const LoopPoints &other) const |
Public Attributes | |
double | ppqStart = 0 |
double | ppqEnd = 0 |
Holds the begin and end points of a looped region.
Definition at line 183 of file juce_AudioPlayHead.h.
|
inline |
Definition at line 197 of file juce_AudioPlayHead.h.
|
inline |
Definition at line 191 of file juce_AudioPlayHead.h.
double juce::AudioPlayHead::LoopPoints::ppqEnd = 0 |
The current cycle end position in units of quarter-notes.
Definition at line 189 of file juce_AudioPlayHead.h.
double juce::AudioPlayHead::LoopPoints::ppqStart = 0 |
The current cycle start position in units of quarter-notes.
Definition at line 186 of file juce_AudioPlayHead.h.