jcaas
Class AuralizationGlobals
java.lang.Object
jcaas.AuralizationGlobals
public class AuralizationGlobals
- extends java.lang.Object
- Author:
- reverend
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static AuralizationGlobals getInstance()
setScore
public void setScore(Score score)
getScore
public Score getScore()
setChord
public void setChord(Chord chord)
setTemp
public void setTemp(Tempo tempo)
setNotes
public void setNotes(java.util.ArrayList[] notes)
setCycleDelay
public void setCycleDelay(int milliseconds)
addIgnorePackage
public void addIgnorePackage(java.lang.String pack)
setSong
public void setSong(Staff song)
getTempo
public Tempo getTempo()
getChord
public Chord getChord()
getSong
public Staff getSong()
getNotes
public java.util.ArrayList[] getNotes()
getCycleDelay
public int getCycleDelay()
getIgnorePackages
public java.lang.String[] getIgnorePackages()