Search found 1 match
- Tue May 13, 2003 2:07 am
- Forum: Coding Questions
- Topic: "Realtime" Sound
- Replies: 2
- Views: 2313
"Realtime" Sound
Can't seem to get the "realtime" sound commands to work (SoundVolume, SoundFrequency). I use InitSound() and get no error. Declare #Sound = 1. Then try to set the volume with SoundVolume(#Sound,50) and get a "#sound object not initalized" error on complile. Same compile error if I try to set ...