Example #1
0
 /** @deprecated */
 public HOscillator createCopy() {
   HOscillator copy = new HOscillator();
   copy.min1 = min1;
   copy.min2 = min2;
   copy.min3 = min3;
   copy.max1 = max1;
   copy.max2 = max2;
   copy.max3 = max3;
   copy.rel1 = rel1;
   copy.rel2 = rel2;
   copy.rel3 = rel3;
   copy.origw = origw;
   copy.origh = origh;
   copy.origd = origd;
   copy.step = step;
   copy.speed = speed;
   copy.freq = freq;
   copy.property = property;
   copy.waveform = waveform;
   return copy;
 }