class documentation
class AudioNote(audio.AudioNote):
Represent a musical note.
| Parameters | |
| left | Frequency for the left channel in Hz. |
| right | Frequency for the right channel in Hz. |
| duration | Duration of the note in milliseconds. |
| Method | __setattr__ |
Set a note attribute, routing to the matching setter. |