> my question is which sound device i'm using.
Try the following in the Message window:
put the soundDeviceList
-- ["DirectSound", "MacroMix", "QT3Mix"]
put the soundDevice
-- "DirectSound"
SoundDeviceList tells you the possible devices per configuration, and
soundDevice tells you which is active. If QT3Mix is available, try
using that -- it mixes well. DirectSound is good, MacroMix is the last
choice.
Hope it's helpful (only addressed your initial question)
Rob
/*********************************
* Rob Wingate, Software Human *
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*********************************/
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]