openshot-audio
0.1.7
|
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 |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
int8 AiffFileHelpers::InstChunk::baseNote |
int8 AiffFileHelpers::InstChunk::detune |
int16 AiffFileHelpers::InstChunk::gain |
int8 AiffFileHelpers::InstChunk::highNote |
int8 AiffFileHelpers::InstChunk::highVelocity |
struct AiffFileHelpers::InstChunk::Loop AiffFileHelpers::InstChunk::JUCE_PACKED |
int8 AiffFileHelpers::InstChunk::lowNote |
int8 AiffFileHelpers::InstChunk::lowVelocity |
Loop AiffFileHelpers::InstChunk::releaseLoop |
Loop AiffFileHelpers::InstChunk::sustainLoop |