Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

brickOS C Data Structures

Here are the data structures with brief descriptions:
critsecCritical section data structure
note_tThe note structure describing a single note.
Note:
a song to play is made up of an array of these structures which is then handed to dsound_play() [in C] or Sound::play() [in C++]. 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-2002 by the authors.

Generated on Tue Dec 10 00:09:03 2002 for brickOS C by doxygen 1.2.15