#include <dsound.h>
Data Fields | |
unsigned char | pitch |
note pitch, 0 ^= A_0 (~55 Hz) | |
unsigned char | length |
note length in 1/16ths |
Rests should be specified by placing PITCH_PAUSE in the {pitch} value. The duration of the rest is placed in {length}.
Definition at line 56 of file dsound.h.
|
note length in 1/16ths
|
|
note pitch, 0 ^= A_0 (~55 Hz)
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |