Re: NSBeep() blocks for some users

2011-07-20 Thread Glenn L. Austin
On Jul 18, 2011, at 11:41 PM, George Nachman wrote: I've had a few users complain that if my app calls NSBeep() many times in quick succession the program blocks until each of the beeps has played sequentially. I can't reproduce this: on my system, NSBeep() returns immediately and a

Re: NSBeep() blocks for some users

2011-07-20 Thread Jens Alfke
On Jul 20, 2011, at 8:13 AM, Glenn L. Austin wrote: I've had a few users complain that if my app calls NSBeep() many times in quick succession the program blocks until each of the beeps has played sequentially. I can't reproduce this: on my system, NSBeep() returns immediately and a

NSBeep() blocks for some users

2011-07-19 Thread George Nachman
I've had a few users complain that if my app calls NSBeep() many times in quick succession the program blocks until each of the beeps has played sequentially. I can't reproduce this: on my system, NSBeep() returns immediately and a subsequent call to NSBeep() will cause the sound to stop and