Click or drag to resize
Instrument Methods
Methods
  NameDescription
Public methodPlay(MusicObject)
Plays the MusicObject using this instrument.
Public methodPlay(Double, MusicObject)
Plays the MusicObject at the given start time, using this instrument. Start time is measured in beats from the start of the music. Get the curent time by calling CurrentTime from the orchestra.
Public methodPlay(Tone, Double, Byte)
Plays a tone with duration and velocity specified.
Public methodPlay(Double, Tone, Double, Byte)
Plays a tone with duration, velocity and start-time specified. Time is measured in beats from the start of the music. Get the curent time by calling CurrentTime from the orchestra.
Top
See Also