JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::AudioPlayHead::LoopPoints Struct Reference

Holds the begin and end points of a looped region. More...

#include <juce_AudioPlayHead.h>

Collaboration diagram for juce::AudioPlayHead::LoopPoints:

Public Member Functions

bool operator!= (const LoopPoints &other) const
 
bool operator== (const LoopPoints &other) const
 

Public Attributes

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.
 

Detailed Description

Member Function Documentation

◆ operator!=()

bool juce::AudioPlayHead::LoopPoints::operator!= ( const LoopPoints other) const
inline

◆ operator==()

bool juce::AudioPlayHead::LoopPoints::operator== ( const LoopPoints other) const
inline

Member Data Documentation

◆ 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: