brickOS Kernel Developer v0.9.0
|
the note structure describing a single note. More...
#include <dsound.h>
Public Attributes | |
unsigned char | pitch |
note pitch, 0 ^= A_0 (~55 Hz) | |
unsigned char | length |
note length in 1/16ths | |
the note structure describing a single note.
The last entry in the list should have the {pitch} value set to PITCH_END
Rests should be specified by placing PITCH_PAUSE in the {pitch} value. The duration of the rest is placed in {length}.