Package ru.mail.teodorgig.mididermi.common

Examples of ru.mail.teodorgig.mididermi.common.MIDIDERMITask


   * @date 22 May 2008
   */
  public MIDIDERMITask request() throws RemoteException {
    int numberOfEpochs = minNumEpochs + (int) (Math.random() * (maxNumEpochs - minNumEpochs + 1));

    return (new MIDIDERMITask(melodyPool.provideRandomSubset(), numberOfEpochs));
  }
View Full Code Here

TOP

Related Classes of ru.mail.teodorgig.mididermi.common.MIDIDERMITask

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.