It looks like you have the "duration" and "pitch" elements reversed
in your "tone" structure.

Rich Wales         [EMAIL PROTECTED]         http://www.webcom.com/richw/

========================================================================

. . .

+struct tone {
+        int duration;
+        int pitch;
+};

. . .

+static struct tone success_melody_beep[] = {
+       {1200,    7}, {1000,    7}, { 800,   15}, {NULL, NULL}
+};

. . .

========================================================================



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to