the note structure describing a single note. More...
#include <dsound.h>
Data Fields | |
unsigned char | pitch |
note pitch, 0 ^= A_0 (~55 Hz) More... | |
unsigned char | length |
note length in 1/16ths More... | |
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}.
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2005 by the authors. |