Carbon


SynthesizerDescription

Header: QuickTimeMusic.h

struct SynthesizerDescription {
    OSType synthesizerType; 
    Str31 name; 
    UInt32 flags; 
    UInt32 voiceCount; 
    UInt32 partCount; 
    UInt32 instrumentCount; 
    UInt32 modifiableInstrumentCount; 
    UInt32 channelMask; 
    UInt32 drumPartCount; 
    UInt32 drumCount; 
    UInt32 modifiableDrumCount; 
    UInt32 drumChannelMask; 
    UInt32 outputCount; 
    UInt32 latency; 
    UInt32 controllers[4]; 
    UInt32 gmInstruments[4]; 
    UInt32 gmDrums[4];
};

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