Re: Playing a sound at regular intervals

2016-08-24 Thread David DeHaven
I see no reason for that, I'll clean it up and make it public. -DrD- > FYI... This issue is not visible to me > https://bugs.openjdk.java.net/browse/JDK-8090414 > > > Scott > >> On Aug 23, 2016, at 10:15 AM, David DeHaven wrote: >> >> >>> We're trying to play a

RE: Playing a sound at regular intervals

2016-08-24 Thread Daniel Glöckner
eHaven [mailto:david.deha...@oracle.com] > Sent: Tuesday, August 23, 2016 4:16 PM > To: Daniel Glöckner > Cc: openjfx-dev@openjdk.java.net > Subject: Re: Playing a sound at regular intervals > > > > We're trying to play a notification sound at a regular interval (every > > 5

Re: Playing a sound at regular intervals

2016-08-23 Thread Scott Palmer
FYI... This issue is not visible to me https://bugs.openjdk.java.net/browse/JDK-8090414 Scott > On Aug 23, 2016, at 10:15 AM, David DeHaven wrote: > > >> We're trying to play a notification sound at a regular interval (every >> 500ms) in a loop. >> >> It should

Re: Playing a sound at regular intervals

2016-08-23 Thread David DeHaven
> We're trying to play a notification sound at a regular interval (every 500ms) > in a loop. > > It should sound like "bing.bing.bing." and not like > "bing..bing..bing...bing" if you know what I mean ;) > > From the JavaDoc we were guessing that an efficient way to do this would be > to

Playing a sound at regular intervals

2016-08-23 Thread Daniel Glöckner
Hi, We're trying to play a notification sound at a regular interval (every 500ms) in a loop. It should sound like "bing.bing.bing." and not like "bing..bing..bing...bing" if you know what I mean ;) >From the JavaDoc we were guessing that an efficient way to do this would be to >set cycle