OpenShot Library | OpenShotAudio 0.2.2
juce::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 juce::AiffFileHelpers::InstChunk::Loop JUCE_PACKED
 
int8 baseNote
 
int8 detune
 
int8 lowNote
 
int8 highNote
 
int8 lowVelocity
 
int8 highVelocity
 
int16 gain
 
Loop sustainLoop
 
Loop releaseLoop
 

Detailed Description

Definition at line 52 of file juce_AiffAudioFormat.cpp.


Class Documentation

◆ juce::AiffFileHelpers::InstChunk::Loop

struct juce::AiffFileHelpers::InstChunk::Loop

Definition at line 54 of file juce_AiffAudioFormat.cpp.

Class Members
uint16 type
uint16 startIdentifier
uint16 endIdentifier

Member Function Documentation

◆ copyTo()

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

Definition at line 71 of file juce_AiffAudioFormat.cpp.

◆ getValue16()

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

Definition at line 92 of file juce_AiffAudioFormat.cpp.

◆ getValue8()

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

Definition at line 97 of file juce_AiffAudioFormat.cpp.

◆ create()

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

Definition at line 102 of file juce_AiffAudioFormat.cpp.

Member Data Documentation

◆ baseNote

int8 juce::AiffFileHelpers::InstChunk::baseNote

Definition at line 61 of file juce_AiffAudioFormat.cpp.

◆ detune

int8 juce::AiffFileHelpers::InstChunk::detune

Definition at line 62 of file juce_AiffAudioFormat.cpp.

◆ lowNote

int8 juce::AiffFileHelpers::InstChunk::lowNote

Definition at line 63 of file juce_AiffAudioFormat.cpp.

◆ highNote

int8 juce::AiffFileHelpers::InstChunk::highNote

Definition at line 64 of file juce_AiffAudioFormat.cpp.

◆ lowVelocity

int8 juce::AiffFileHelpers::InstChunk::lowVelocity

Definition at line 65 of file juce_AiffAudioFormat.cpp.

◆ highVelocity

int8 juce::AiffFileHelpers::InstChunk::highVelocity

Definition at line 66 of file juce_AiffAudioFormat.cpp.

◆ gain

int16 juce::AiffFileHelpers::InstChunk::gain

Definition at line 67 of file juce_AiffAudioFormat.cpp.

◆ sustainLoop

Loop juce::AiffFileHelpers::InstChunk::sustainLoop

Definition at line 68 of file juce_AiffAudioFormat.cpp.

◆ releaseLoop

Loop juce::AiffFileHelpers::InstChunk::releaseLoop

Definition at line 69 of file juce_AiffAudioFormat.cpp.


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