Package de.sciss.eisenkraut.io

Examples of de.sciss.eisenkraut.io.AudioTrail.alloc()


//      context.getSourceRate(), context.getTimeSpan().getLength() / 2, context.getTimeSpan().getLength() / 2 ); // XXXXXXX

    at        = consc.doc.getAudioTrail();
// XXX
//    consc.bs    = mte.beginOverwrite( context.getTimeSpan(), consc.bc, consc.edit );
    consc.as    = at.alloc( span );
    consc.progOff  = getProgression();
    consc.progWeight= (1.0f - consc.progOff) / span.getLength();
   
    return true;
  }
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.