Help recording windchimes

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
thorzeen
Posts: 2
Joined: Thu Apr 04, 2013 3:46 pm
Operating System: Please select

Help recording windchimes

Post by thorzeen » Thu Apr 04, 2013 4:04 pm

Hi

I am trying to tune in individual tube chimes to certain notes , G,A,#B etc. I have read that this can be done using audacity. I have never used this program. Is there a step by step help tutorial somewhere?

Thanks

kozikowski
Forum Staff
Posts: 68942
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Help recording windchimes

Post by kozikowski » Thu Apr 04, 2013 4:09 pm

While you could do that, it would be pretty painful. I'd be using one of those guitar-tuner apps for your iPhone.
Koz

DVDdoug
Forum Crew
Posts: 9287
Joined: Fri Sep 10, 2010 11:30 pm
Operating System: Windows 10

Re: Help recording windchimes

Post by DVDdoug » Thu Apr 04, 2013 11:43 pm

Help recording windchimes...

...I am trying to tune in individual tube chimes to certain notes
Recording or tuning????

Audacity can generate tones, which you can match by ear. Generate -> Tone. Choose a sine waveform for a pure reference tone with no harmonics.

You can save each tone in Audacity, or you can Export the results to audio files (WAV or MP3, etc.) which you can play on Windows Media Player.

As far as I know, Audacity doesn't "know" anything about musical notes, so you'll need to refer to a Note-Frequency Conversion Chart to find the frequencies for the notes you want.

If the tuning works like an organ pipe (I'm not sure), you can calculate the required lengths of the tubes from the wavelength of each desired frequency (related to the speed of sound in air).

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Help recording windchimes

Post by Robert J. H. » Fri Apr 05, 2013 7:02 am

Audacity may not know too much about notes (vapart from the pitch spectrum, which you should consult to Display the pitches from your rcorded tubes), Nyquist does.
You can produce a midi-note by entering
(Nyquist-Prompt)

Code: Select all

(abs-env (osc c5 1))
c5 can be replaced by the notes you want. The "1" means one s, which can be changed too (0.5 3.333 etc).
This gives you of course only pure sine waves. However, it is possible to generate tones that Sound more like chimes, if you want to ensure that the final tubes have the desired harmony you've been looking for.

Post Reply