BrickBot / brickOS-bibo

An alternative RCX operating system and firmware cloning brickOS. The kernel was written from scratch for better performance, but to the average brickOS programmer, changes should be transparent. There is a lot of code borrowed from brickOS, and numerous patches originally targeted for brickOS have been conceptually incorporated. While this project is based on bibo, as brickOS still seems to be the more recognizable name, it has been retained as part of the name.
http://brickos.sf.net/
Mozilla Public License 2.0
12 stars 3 forks source link

Review Sound Support, including Repeats and dsound_wait() #6

Open mesheets opened 8 months ago

mesheets commented 8 months ago

Repeat behavior in the code does not appear to match the documentation, as the code appears to support repeat count tracking.

Also need to verify the functionality of dsound_wait().

Possibly add tunes from the following repository to the demos?

mesheets commented 3 months ago

dsound_play(), dsound_wait(), and dsound_stop() have all been used in the music.c demo program.