Module xVoice
A representation of a single voice .
It might look similar to xMidiMessage, but only includes the information necessary to stop the voice from playing, once triggered.
See also xVoiceManager
Functions
__init (args) | Constructor |
Fields
self.note | int |
self.velocity | int |
self.track_index | int |
self.instrument_index | int |