GAudio.GATEnvelope.GATEnvelope C# (CSharp) Method

GATEnvelope() static private method

static private GATEnvelope ( ) : System.Collections
return System.Collections
        static GATEnvelope()
        {
            nullEnvelope = new NullEnvelope();
        }

Same methods

GATEnvelope::GATEnvelope ( int length, int fadeInSamples, int fadeOutSamples, int offset, bool doNormalize = true, float normalizeValue = .3f ) : System.Collections