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 ?

X-Received by 10.52.89.140 with SMTP id bo12mr15371242vdb.5.1384213106072; Mon, 11 Nov 2013 15:38:26 -0800 (PST)
X-Received by 10.50.8.42 with SMTP id o10mr329824iga.3.1384213105987; Mon, 11 Nov 2013 15:38:25 -0800 (PST)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!o2no30340893qas.0!news-out.google.com!9ni23748qaf.0!nntp.google.com!i2no21363633qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.java.help
Date Mon, 11 Nov 2013 15:38:25 -0800 (PST)
In-Reply-To <49baa85b$0$25637$b9f67a60@news.newsdemon.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=203.197.107.109; posting-account=VCjldgoAAAC2UXJTWC1rHQOjg4lsEDoP
NNTP-Posting-Host 203.197.107.109
References <gpe8i6$h7h$1@news.onet.pl> <49baa85b$0$25637$b9f67a60@news.newsdemon.com>
User-Agent G2/1.0
MIME-Version 1.0
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
Injection-Date Mon, 11 Nov 2013 23:38:26 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.java.help:2850

Show key headers only | 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