Holds the begin and end points of a looped region.
More...
#include <juce_AudioPlayHead.h>
|
| double | ppqEnd = 0 |
| | The current cycle end position in units of quarter-notes.
|
| |
| double | ppqStart = 0 |
| | The current cycle start position in units of quarter-notes.
|
| |
◆ operator!=()
| bool juce::AudioPlayHead::LoopPoints::operator!= |
( |
const LoopPoints & |
other | ) |
const |
|
inline |
◆ operator==()
| bool juce::AudioPlayHead::LoopPoints::operator== |
( |
const LoopPoints & |
other | ) |
const |
|
inline |
◆ ppqEnd
| double juce::AudioPlayHead::LoopPoints::ppqEnd = 0 |
The current cycle end position in units of quarter-notes.
◆ ppqStart
| double juce::AudioPlayHead::LoopPoints::ppqStart = 0 |
The current cycle start position in units of quarter-notes.
The documentation for this struct was generated from the following file: