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: <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> 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 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.