Example #1
0
        public Object clone()
        {
            UstVibrato ret = new UstVibrato();

            ret.setLength(Length);
            ret.Period  = Period;
            ret.Depth   = Depth;
            ret.In      = In;
            ret.Out     = Out;
            ret.Phase   = Phase;
            ret.Shift   = Shift;
            ret.Unknown = Unknown;
            return(ret);
        }
Example #2
0
 public void setVibrato(UstVibrato value)
 {
     mVibrato       = value;
     mIsVibratoSpec = true;
 }