Carbon


InstrumentChunk

Header: AIFF.h

struct InstrumentChunk {
    ID ckID; 
    SInt32 ckSize; 
    UInt8 baseFrequency; 
    UInt8 detune; 
    UInt8 lowFrequency; 
    UInt8 highFrequency; 
    UInt8 lowVelocity; 
    UInt8 highVelocity; 
    SInt16 gain; 
    AIFFLoop sustainLoop; 
    AIFFLoop releaseLoop;
};
typedef InstrumentChunk InstrumentChunkPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)