Example #1
0
 public virtual void copy(WaveEnvelope from)
 {
     this.hasStartPoint = from.hasStartPoint;
     this.hasStopPoint  = from.hasStopPoint;
     this.startPos      = from.startPos;
     this.stopPos       = from.stopPos;
 }
Example #2
0
        internal int startIndex;       ///< start index into global tones table for that subband

        public WavesData()
        {
            pendEnv = new WaveEnvelope();
            currEnv = new WaveEnvelope();
        }