Serialized Form
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- DOCUMENT ME!
- Throws:
java.io.IOException - DOCUMENT ME!
java.lang.ClassNotFoundException - DOCUMENT ME!
numberOfParticipants
int numberOfParticipants
- DOCUMENT ME!
peopleMovements
ParticipantMovements[] peopleMovements
- DOCUMENT ME!
handMovements
HandMovements[][] handMovements
- DOCUMENT ME!
musicPlayer
MusicPlayer musicPlayer
- DOCUMENT ME!
ticksPerBar
int ticksPerBar
- DOCUMENT ME!
numberOfTicksInDance
int numberOfTicksInDance
- DOCUMENT ME!
numberOfNotes
int numberOfNotes
music
MusicNote[] music
totalTicksInMusic
int totalTicksInMusic
- The number of ticks between one repeat of the music and the next repeat.
So this count does not include introductory music that is played only
before the dance starts. It does include the time in any incomplete
bar at the end that is usually filled with a repeat of the introductory
music.
musicEndTick
int musicEndTick
- The number of ticks from the start of the dance (i.e. excluding any
introductory music) until the end of the last note or rest in the
last bar. If this is less than totalTicksInMusic then the difference
is an incomplete last bar which is filled with a repeat of any
introductory music.
timesThruTheMusic
int timesThruTheMusic
- The number of times the music must be repeated to fill up the length
of the dance.
introductoryTicks
int introductoryTicks
Copyright © 2003 Nigel Westbury