Package de.sciss.jcollider

Examples of de.sciss.jcollider.SynthDef.send()


//System.out.println( "DiskOut has " + out.getNumOutputs() + " outputs!" );
    } else {
      graph = ctrlI;
    }
    def  = new SynthDef( "eisk-rec" + numInputChannels, graph );
    def.send( server );
//    def.writeDefFile( new File( "/Users/rutz/Desktop/test.scsyndef" ));
    return true;
  }

  public File getResult()
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.