Project

General

Profile

« Previous | Next » 

Revision c6dec65b

Added by Leszek Koltunski over 7 years ago

1. Attempt to deal with unstable Orthonormal Base in Dynamic class (so far unsuccessful)
2. Improvements to the 'Dynamic' (and by necessity, 'MovingEffects') applications (to be able to debug the previous)

View differences:

src/main/java/org/distorted/library/type/Dynamic1D.java
386 386
 * @param time Time of interpolation. Time=0.0 would return the first Point, Time=0.5 - the last,
387 387
 *             time=1.0 - the first again, and time 0.1 would be 1/5 of the way between the first and the last Points.
388 388
 */
389
  public synchronized void interpolate(float[] buffer, int offset, float time)
389
  synchronized void interpolate(float[] buffer, int offset, float time)
390 390
    {
391 391
    switch(numPoints)
392 392
      {

Also available in: Unified diff