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


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

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

Newsgroups comp.lang.java.help
Date 2013-11-11 15:38 -0800
References <gpe8i6$h7h$1@news.onet.pl> <49baa85b$0$25637$b9f67a60@news.newsdemon.com>
Message-ID <2b4d4b2c-e84c-4457-aebc-58f7d5824ab9@googlegroups.com> (permalink)
Subject Re: How to remove the little pause between two consecutive beep ?
From sudip.ju.it.11@gmail.com

Show all headers | View raw


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.

Back to comp.lang.java.help | Previous | NextNext in thread | Find similar | Unroll thread


Thread

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

csiph-web