Package model

Examples of model.music


    //Initialize data structs here
   
    controller = new LDSController();
    initialize();
    //mainLoop = new music(1);  //Fairly pointless...just funny
    bell = new music(2);
    //mainLoop.start();
    run();
  }
View Full Code Here

TOP

Related Classes of model.music

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.