Examples of FastLog


Examples of de.sciss.eisenkraut.math.FastLog

    MAXCOARSE    = 1 << MAXSHIFT;
    MAXMASK      = -MAXCOARSE;
    MAXCEILADD    = MAXCOARSE - 1;

    if( log10 == null ) {
      log10 = new FastLog( 10, 11 );
    }

    tmpBufSize    = fftSize; // Math.max( 4096, MAXCOARSE << 1 );
    // XXX generates OutOfMemoryError ; need to use a different approach in the decimation steps
    // (should "just" use the maximum per-step decimation, which is 256 in the Session defaults)
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.