Package de.sciss.eisenkraut.io

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


        } else {
          afs[ i ]      = AudioFile.openAsWrite( clientAFDs[ i ]);
        }
      }
     
      audioTrail.flatten( afs, span, channelMap );
      return DONE;
    } // run

    public void processFinished( ProcessingThread context )
    {
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.