Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2850 > unrolled thread

Re: How to remove the little pause between two consecutive beep ?

Started bysudip.ju.it.11@gmail.com
First post2013-11-11 15:38 -0800
Last post2013-11-24 19:50 -0800
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.help

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How to remove the little pause between two consecutive beep ? sudip.ju.it.11@gmail.com - 2013-11-11 15:38 -0800
    Re: How to remove the little pause between two consecutive beep ? Roedy Green <see_website@mindprod.com.invalid> - 2013-11-24 19:50 -0800

#2850 — Re: How to remove the little pause between two consecutive beep ?

Fromsudip.ju.it.11@gmail.com
Date2013-11-11 15:38 -0800
SubjectRe: How to remove the little pause between two consecutive beep ?
Message-ID<2b4d4b2c-e84c-4457-aebc-58f7d5824ab9@googlegroups.com>
But why there is a little pause between two consecutive beep ?
How can i remove this pause ?

Tone.sound(1078+2*78,1000,.6);
		 
		 Tone.sound(1078+2*78,333,.6);
		 Tone.sound(1078+2*78,333,.6);
		 Tone.sound(1078+2*78,333,.0);
		 
		 Tone.sound(1078+2*78,333,.6);
		 Tone.sound(1078+2*78,333,.6);
		 Tone.sound(1078+2*78,333,.0);

-How can I play this without any pause between beeps ?
Please help me out.

[toc] | [next] | [standalone]


#2861

FromRoedy Green <see_website@mindprod.com.invalid>
Date2013-11-24 19:50 -0800
Message-ID<46i599lbirjed42t6vpn3sv99m9eegahsd@4ax.com>
In reply to#2850
On Mon, 11 Nov 2013 15:38:25 -0800 (PST), sudip.ju.it.11@gmail.com
wrote, quoted or indirectly quoted someone who said :

>But why there is a little pause between two consecutive beep ?
>How can i remove this pause ?

Look an see if there is a syntax where you create some sound channel
object then reuse it.
-- 
Roedy Green Canadian Mind Products http://mindprod.com
Unlike many machines, computers require no water once they are
manufactured.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.help


csiph-web