Package de.sciss.eisenkraut.render

Examples of de.sciss.eisenkraut.render.RenderPlugIn


   *
   *  @todo  XXX FilterDialog should return a ProcessingThread, so we can properly close the file after pasting
   */
  public void oscCmd_replace( RoutedOSCMessage rom )
  {
    final RenderPlugIn  plugIn;
    final String    fileName;
    final long      startFrame;
    AudioFile      af    = null;
    int          argIdx  = 1;
    FilterDialog    filterDlg;
View Full Code Here

TOP

Related Classes of de.sciss.eisenkraut.render.RenderPlugIn

Copyright © 2018 www.massapicom. 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.