class CSoundEnvelope
{
public:
float32 m_ current;
float32 m_ target;
float32 m_ rate;
bool m_ forceupdate;
};class CSoundEnvelope
{
public:
float32 m_ current;
float32 m_ target;
float32 m_ rate;
bool m_ forceupdate;
};