openshot-audio  0.1.4
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
AiffFileHelpers::InstChunk Struct Reference

Classes

struct  Loop
 

Public Member Functions

void copyTo (StringPairArray &values) const
 

Static Public Member Functions

static uint16 getValue16 (const StringPairArray &values, const char *name, const char *def)
 
static int8 getValue8 (const StringPairArray &values, const char *name, const char *def)
 
static void create (MemoryBlock &block, const StringPairArray &values)
 

Public Attributes

struct AiffFileHelpers::InstChunk::Loop JUCE_PACKED
 
int8 baseNote
 
int8 detune
 
int8 lowNote
 
int8 highNote
 
int8 lowVelocity
 
int8 highVelocity
 
int16 gain
 
Loop sustainLoop
 
Loop releaseLoop
 

Member Function Documentation

◆ copyTo()

void AiffFileHelpers::InstChunk::copyTo ( StringPairArray values) const
inline

◆ create()

static void AiffFileHelpers::InstChunk::create ( MemoryBlock block,
const StringPairArray values 
)
inlinestatic

◆ getValue16()

static uint16 AiffFileHelpers::InstChunk::getValue16 ( const StringPairArray values,
const char *  name,
const char *  def 
)
inlinestatic

◆ getValue8()

static int8 AiffFileHelpers::InstChunk::getValue8 ( const StringPairArray values,
const char *  name,
const char *  def 
)
inlinestatic

Member Data Documentation

◆ baseNote

int8 AiffFileHelpers::InstChunk::baseNote

◆ detune

int8 AiffFileHelpers::InstChunk::detune

◆ gain

int16 AiffFileHelpers::InstChunk::gain

◆ highNote

int8 AiffFileHelpers::InstChunk::highNote

◆ highVelocity

int8 AiffFileHelpers::InstChunk::highVelocity

◆ JUCE_PACKED

struct AiffFileHelpers::InstChunk::Loop AiffFileHelpers::InstChunk::JUCE_PACKED

◆ lowNote

int8 AiffFileHelpers::InstChunk::lowNote

◆ lowVelocity

int8 AiffFileHelpers::InstChunk::lowVelocity

◆ releaseLoop

Loop AiffFileHelpers::InstChunk::releaseLoop

◆ sustainLoop

Loop AiffFileHelpers::InstChunk::sustainLoop

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