![]() | InstrumentPlay Method |
Name | Description | |
---|---|---|
![]() | Play(MusicObject) |
Plays the MusicObject using this instrument.
|
![]() | Play(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.
|
![]() | Play(Tone, Double, Byte) |
Plays a tone with duration and velocity specified.
|
![]() | Play(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.
|