Package de.sciss.meloncillo.io

Examples of de.sciss.meloncillo.io.MarkerTrail


  public MarkerTrack( Session doc )
  {
    super();
   
//    this.trail  = new MarkerTrail( doc );
    this.trail  = new MarkerTrail();
 
    setName( AbstractApplication.getApplication().getResourceString( "labelMarkers" ));

//    this.doc  = doc;
//    osc      = new OSCRouterWrapper( doc, this );
View Full Code Here

TOP

Related Classes of de.sciss.meloncillo.io.MarkerTrail

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.