IDE 5.3.0.1 and sound

I converted my software for W.A.L.T.E.R. to the newer v5.3.0.1 IDE, but now sound seems to not be working. It worked fine using the 2.2.1.1 IDE, and I think everything else is working except perhaps one routine. Is sound broken with the v5.3.0.1 IDE?

I need that sound feedback so I can tell which sensor(s) W.A.L.T.E.R. is detecting something with.

8-Dale

Hello Linuxguy,

on the BasicMicro IDE V05.3.0.0 and above (not PRO), the sound command uses usec instead of msec.

for example

“Sound 9,[100\4435]”(V02.2.1.1 syntax) is now “Sound 9,[100000\4435]”(V05.3.0.0 syntax)

OK, thanks! I just multiplied my duration by 1000 and now I get sound! :smiley: Is this true for everything that has a time value in the new IDE?

8-Dale

I believe that Laureatus or AcidTech answered some of this in a previous post. You might also want to look at the postings on the BasicMicro forum: forums.basicmicro.net/ShowPost.aspx?PostID=18157

Most time baseed functions are now usec instead of msec. Pause us still msec of course.