JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::AudioPlayHead::LoopPoints Struct Reference

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
 The current cycle start position in units of quarter-notes.
 
double ppqEnd
 The current cycle end position in units of quarter-notes.
 

Detailed Description

Holds the begin and end points of a looped region.

See also
PositionInfo::getIsLooping() PositionInfo::setIsLooping() PositionInfo::getLoopPoints() PositionInfo::setLoopPoints()

Definition at line 183 of file juce_AudioPlayHead.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 197 of file juce_AudioPlayHead.h.

◆ operator==()

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

Definition at line 191 of file juce_AudioPlayHead.h.

Member Data Documentation

◆ ppqEnd

double juce::AudioPlayHead::LoopPoints::ppqEnd

The current cycle end position in units of quarter-notes.

Definition at line 189 of file juce_AudioPlayHead.h.

◆ ppqStart

double juce::AudioPlayHead::LoopPoints::ppqStart

The current cycle start position in units of quarter-notes.

Definition at line 186 of file juce_AudioPlayHead.h.


The documentation for this struct was generated from the following file: