Example #1
0
 public HOscillator synchStep(float stepDegrees, float tick) {
   currentStep(stepDegrees + tick * speed);
   return this;
 }