|
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 |
Classes | |
| struct | Loop |
Public Member Functions | |
| void | copyTo (std::map< String, String > &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 |
Definition at line 51 of file juce_AiffAudioFormat.cpp.
| struct juce::AiffFileHelpers::InstChunk::Loop |
Definition at line 53 of file juce_AiffAudioFormat.cpp.
| Class Members | ||
|---|---|---|
| uint16 | endIdentifier | |
| uint16 | startIdentifier | |
| uint16 | type | |
Definition at line 70 of file juce_AiffAudioFormat.cpp.
|
static |
Definition at line 101 of file juce_AiffAudioFormat.cpp.
|
static |
Definition at line 91 of file juce_AiffAudioFormat.cpp.
|
static |
Definition at line 96 of file juce_AiffAudioFormat.cpp.
| int8 juce::AiffFileHelpers::InstChunk::baseNote |
Definition at line 60 of file juce_AiffAudioFormat.cpp.
| int8 juce::AiffFileHelpers::InstChunk::detune |
Definition at line 61 of file juce_AiffAudioFormat.cpp.
| int16 juce::AiffFileHelpers::InstChunk::gain |
Definition at line 66 of file juce_AiffAudioFormat.cpp.
| int8 juce::AiffFileHelpers::InstChunk::highNote |
Definition at line 63 of file juce_AiffAudioFormat.cpp.
| int8 juce::AiffFileHelpers::InstChunk::highVelocity |
Definition at line 65 of file juce_AiffAudioFormat.cpp.
| int8 juce::AiffFileHelpers::InstChunk::lowNote |
Definition at line 62 of file juce_AiffAudioFormat.cpp.
| int8 juce::AiffFileHelpers::InstChunk::lowVelocity |
Definition at line 64 of file juce_AiffAudioFormat.cpp.
| Loop juce::AiffFileHelpers::InstChunk::releaseLoop |
Definition at line 68 of file juce_AiffAudioFormat.cpp.
| Loop juce::AiffFileHelpers::InstChunk::sustainLoop |
Definition at line 67 of file juce_AiffAudioFormat.cpp.