roombacomm
Class Note

java.lang.Object
  extended by roombacomm.Note

public class Note
extends java.lang.Object

Simple wrapper for musical notes


Field Summary
 int duration
           
 int notenum
           
 
Method Summary
 int toSec64ths()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

notenum

public int notenum

duration

public int duration
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toSec64ths

public int toSec64ths()