class documentation
class AudioSong(audio.AudioSong):
Represent a musical song.
| Parameters | |
| name | Name of the song. |
| notes | Tuple of AudioNote objects in the song. |
| description | Optional description of the song. |
class AudioSong(audio.AudioSong):
Represent a musical song.
| Parameters | |
| name | Name of the song. |
| notes | Tuple of AudioNote objects in the song. |
| description | Optional description of the song. |