// MPropertyFriendlyName = Additive Synth Container// MPropertyDescription = This is a static additive synth that can scale components of the synth based on how many instances are running.class CVoiceContainerStaticAdditiveSynth : publicCVoiceContainerAsyncGenerator{public: CUtlVector<CVoiceContainerStaticAdditiveSynth__CTone> m_tones;private: uint8 pad_00D0[24];};