OpenShot Library | libopenshot-audio 0.2.0
juce::WavFileHelpers::InstChunk Struct Reference

Public Member Functions

void copyTo (StringPairArray &values) const
 

Static Public Member Functions

static void setValue (StringPairArray &values, const char *name, int val)
 
static int8 getValue (const StringPairArray &values, const char *name, const char *def)
 
static MemoryBlock createFrom (const StringPairArray &values)
 

Public Attributes

int8 baseNote
 
int8 detune
 
int8 gain
 
int8 lowNote
 
int8 highNote
 
int8 lowVelocity
 
int8 highVelocity
 

Detailed Description

Definition at line 356 of file juce_WavAudioFormat.cpp.

Member Function Documentation

◆ setValue()

static void juce::WavFileHelpers::InstChunk::setValue ( StringPairArray values,
const char name,
int  val 
)
inlinestatic

Definition at line 366 of file juce_WavAudioFormat.cpp.

◆ copyTo()

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

Definition at line 371 of file juce_WavAudioFormat.cpp.

◆ getValue()

static int8 juce::WavFileHelpers::InstChunk::getValue ( const StringPairArray values,
const char name,
const char def 
)
inlinestatic

Definition at line 382 of file juce_WavAudioFormat.cpp.

◆ createFrom()

static MemoryBlock juce::WavFileHelpers::InstChunk::createFrom ( const StringPairArray values)
inlinestatic

Definition at line 387 of file juce_WavAudioFormat.cpp.

Member Data Documentation

◆ baseNote

int8 juce::WavFileHelpers::InstChunk::baseNote

Definition at line 358 of file juce_WavAudioFormat.cpp.

◆ detune

int8 juce::WavFileHelpers::InstChunk::detune

Definition at line 359 of file juce_WavAudioFormat.cpp.

◆ gain

int8 juce::WavFileHelpers::InstChunk::gain

Definition at line 360 of file juce_WavAudioFormat.cpp.

◆ lowNote

int8 juce::WavFileHelpers::InstChunk::lowNote

Definition at line 361 of file juce_WavAudioFormat.cpp.

◆ highNote

int8 juce::WavFileHelpers::InstChunk::highNote

Definition at line 362 of file juce_WavAudioFormat.cpp.

◆ lowVelocity

int8 juce::WavFileHelpers::InstChunk::lowVelocity

Definition at line 363 of file juce_WavAudioFormat.cpp.

◆ highVelocity

int8 juce::WavFileHelpers::InstChunk::highVelocity

Definition at line 364 of file juce_WavAudioFormat.cpp.


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