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
Help recording windchimes
Forum rules
This 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.
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.
-
kozikowski
- Forum Staff
- Posts: 68942
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Help recording windchimes
While you could do that, it would be pretty painful. I'd be using one of those guitar-tuner apps for your iPhone.
Koz
Koz
Re: Help recording windchimes
Recording or tuning????Help recording windchimes...
...I am trying to tune in individual tube chimes to certain notes
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
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)
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.
You can produce a midi-note by entering
(Nyquist-Prompt)
Code: Select all
(abs-env (osc c5 1))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.