Added comment for units of a Note's length.
This commit is contained in:
parent
6e85ff2d17
commit
c7c4a4f127
|
@ -31,6 +31,7 @@
|
||||||
#define MAXNOTES 0xA2 // 162 (not enough RAM to allocate any more to rec)
|
#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
|
// max length of note is 0xFFF = approx. 41 seconds
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned int pitch : 4;
|
unsigned int pitch : 4;
|
||||||
|
|
Loading…
Reference in New Issue