com.softsynth.jmsl.score.transcribe
Class TempoTimeSignatureHolder
java.lang.Object
com.softsynth.jmsl.score.transcribe.TempoTimeSignatureHolder
public class TempoTimeSignatureHolder
- extends java.lang.Object
Build a Vector of these objects for the transcriber to set up the framework
for a score into which it should transcribe
- Author:
- Nick Didkovsky, Dec 12, 2002
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TempoTimeSignatureHolder
public TempoTimeSignatureHolder()
TempoTimeSignatureHolder
public TempoTimeSignatureHolder(Tempo tempo,
TimeSignature timeSignature)
setTempo
public void setTempo(Tempo tempo)
setTimeSignature
public void setTimeSignature(TimeSignature timeSignature)
getTempo
public Tempo getTempo()
getTimeSignature
public TimeSignature getTimeSignature()