Page 1 of 1
Click sound when a button is pressed?
Posted: Tue Jan 13, 2015 9:53 pm
by Tukcedo
Dear all,
Please excuse my (formidable) ignorance, but is there a simple way of producing a subtle "click" sound when a button is pressed. Having read up on it, I suppose I could just play a WAV, but that might incur too much overhead. It's for Android by the way, or should I say "mobile".
Thanks!!!
Mich.
Re: Click sound when a button is pressed?
Posted: Wed Jan 14, 2015 2:19 am
by dunbarx
Hi.
Can't you record a "click" as a small audio clip and play that?
Craig Newman
Re: Click sound when a button is pressed?
Posted: Wed Jan 14, 2015 1:33 pm
by Klaus
dunbarx wrote:Hi.
Can't you record a "click" as a small audio clip and play that?
Craig Newman
I think that will be the only solution to his problem!
Re: Click sound when a button is pressed?
Posted: Wed Jan 14, 2015 6:50 pm
by Tukcedo
Hmmmm yeah that was my original idea too, but any ideas on the overhead guys?
Re: Click sound when a button is pressed?
Posted: Thu Jan 15, 2015 12:25 pm
by Klaus
Mijnheer,
do you want to hear a click sound or not?
If yes, then you will need to live with some KB overhead!
Best
Klaus
Re: Click sound when a button is pressed?
Posted: Thu Jan 15, 2015 10:50 pm
by jacque
For short audio that doesn't need high fidelity I often import an audio clip into the stack. It keeps the sound together with the stack so you don't need a separate file on disk, and it sounds fine for things like clicks and beeps. The best format is aiff for something like this. There is almost no overhead when an audio clip is part of the stack and playback will be near-instant. If you do decide to use an audio file on disk instead, the overhead is minor but does take a little longer to start because the file has to be loaded into RAM.
Try it both ways and see which one works best for you.
Re: Click sound when a button is pressed?
Posted: Fri Jan 16, 2015 12:11 am
by Klaus
Hi Jaqueline,
Tukcedo wrote:... It's for Android by the way, or should I say "mobile".
which eliminates the option of imported audio clips
Best
Klaus
Re: Click sound when a button is pressed?
Posted: Fri Jan 16, 2015 2:48 am
by jacque
Oops, you're right. Files it is then. I missed that.
Re: Click sound when a button is pressed?
Posted: Fri Jan 16, 2015 6:52 pm
by Tukcedo
Hmmm so why wouldn't an imported sound file not play on Android? It doesn't (I checked that) and the imported file doesn't even show anywhere. How can I remove it since I can't use it anyway?
I included (copy) an mp3 file and that works quite well with the file reference. Now hunting down a nice "subtle" click

Re: Click sound when a button is pressed?
Posted: Sat Jan 17, 2015 9:42 pm
by jacque
In LC preferences -> Application Browser, turn on the checkbox that shows audio files. Open the app browser, click on your stack in the left-hand list, and the imported audio files will appear. Right-click and choose Delete to remove them.
Re: Click sound when a button is pressed?
Posted: Mon Jan 19, 2015 9:53 pm
by Tukcedo
Thx Jacque, that tickbox was already checked and now audio file to be seen. Perhaps it just didn't accept the sound file at all.