One note of the song. More...
Data Fields | |
| unsigned int | duration |
| The duration of the sounds during the note (in ms). | |
| unsigned int | frequency |
| The frequency of the note. | |
| unsigned int | length |
| The full length of the note (in ms). | |
One note of the song.
Definition at line 15 of file song.h.
| unsigned int SONG_NOTE::duration |
The duration of the sounds during the note (in ms).
Definition at line 17 of file song.h.
Referenced by song_update().
| unsigned int SONG_NOTE::frequency |
| unsigned int SONG_NOTE::length |
The full length of the note (in ms).
Definition at line 16 of file song.h.
Referenced by song_update().
1.6.3