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 | Static Public Member Functions | Public Attributes | List of all members
juce::WavFileHelpers::InstChunk Struct Reference

Public Member Functions

void copyTo (StringMap &values) const
 

Static Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 458 of file juce_WavAudioFormat.cpp.

Member Function Documentation

◆ copyTo()

void juce::WavFileHelpers::InstChunk::copyTo ( StringMap values) const

Definition at line 473 of file juce_WavAudioFormat.cpp.

◆ createFrom()

static MemoryBlock juce::WavFileHelpers::InstChunk::createFrom ( const StringMap values)
static

Definition at line 489 of file juce_WavAudioFormat.cpp.

◆ getValue()

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

Definition at line 484 of file juce_WavAudioFormat.cpp.

◆ setValue()

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

Definition at line 468 of file juce_WavAudioFormat.cpp.

Member Data Documentation

◆ baseNote

int8 juce::WavFileHelpers::InstChunk::baseNote

Definition at line 460 of file juce_WavAudioFormat.cpp.

◆ detune

int8 juce::WavFileHelpers::InstChunk::detune

Definition at line 461 of file juce_WavAudioFormat.cpp.

◆ gain

int8 juce::WavFileHelpers::InstChunk::gain

Definition at line 462 of file juce_WavAudioFormat.cpp.

◆ highNote

int8 juce::WavFileHelpers::InstChunk::highNote

Definition at line 464 of file juce_WavAudioFormat.cpp.

◆ highVelocity

int8 juce::WavFileHelpers::InstChunk::highVelocity

Definition at line 466 of file juce_WavAudioFormat.cpp.

◆ lowNote

int8 juce::WavFileHelpers::InstChunk::lowNote

Definition at line 463 of file juce_WavAudioFormat.cpp.

◆ lowVelocity

int8 juce::WavFileHelpers::InstChunk::lowVelocity

Definition at line 465 of file juce_WavAudioFormat.cpp.


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