Added comment for units of a Note's length.

This commit is contained in:
Jonathan Chan 2018-04-04 00:19:45 -07:00
parent 6e85ff2d17
commit c7c4a4f127
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
#define MAXNOTES 0xA2 // 162 (not enough RAM to allocate any more to rec)
// pitch is index of scale array
// pitch is index of scale array
// length is in centiseconds
// max length of note is 0xFFF = approx. 41 seconds
typedef struct {
unsigned int pitch : 4;