tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tracktion::engine::VSTXML::Range Struct Reference

Public Member Functions

 Range (const juce::String &s)
 
void set (const juce::String &s)
 
bool contains (float f) const noexcept
 

Public Attributes

float low
 
float high
 
bool inclusiveLow
 
bool inclusiveHigh
 

Detailed Description

Definition at line 55 of file tracktion_VSTXML.h.

Constructor & Destructor Documentation

◆ Range() [1/2]

tracktion::engine::VSTXML::Range::Range ( )
noexcept

Definition at line 57 of file tracktion_VSTXML.h.

◆ Range() [2/2]

tracktion::engine::VSTXML::Range::Range ( const juce::String s)

Definition at line 58 of file tracktion_VSTXML.h.

Member Function Documentation

◆ contains()

bool tracktion::engine::VSTXML::Range::contains ( float  f) const
noexcept

Definition at line 71 of file tracktion_VSTXML.h.

◆ set()

void tracktion::engine::VSTXML::Range::set ( const juce::String s)

Definition at line 60 of file tracktion_VSTXML.h.

Member Data Documentation

◆ high

float tracktion::engine::VSTXML::Range::high

Definition at line 78 of file tracktion_VSTXML.h.

◆ inclusiveHigh

bool tracktion::engine::VSTXML::Range::inclusiveHigh

Definition at line 81 of file tracktion_VSTXML.h.

◆ inclusiveLow

bool tracktion::engine::VSTXML::Range::inclusiveLow

Definition at line 80 of file tracktion_VSTXML.h.

◆ low

float tracktion::engine::VSTXML::Range::low

Definition at line 77 of file tracktion_VSTXML.h.


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