// 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 : public CVoiceContainerAsyncGenerator
{
public:
    CUtlVector<CVoiceContainerStaticAdditiveSynth__CTone> m_tones;
private:
    uint8 pad_00D0[24];
};

KV3 Class Defaults

{
    _class = "CVoiceContainerStaticAdditiveSynth"
    m_vSound = 
    {
        m_nRate = 0
        m_nFormat = "PCM16"
        m_nChannels = 0
        m_nLoopStart = 0
        m_nSampleCount = 0
        m_flDuration = 0.0
        m_Sentences = [  ]
        m_nStreamingSize = 0
        m_nSeekTable = [  ]
        m_nLoopEnd = 0
        m_encodedHeader = #[  ]
    }
    m_pEnvelopeAnalyzer = null
    m_tones = [  ]
}