Yes, it worked quite well so far and it was interesting to them seeing the 'scientific side' of music...
It was not very user-friendly to copy/paste <freqs><duration><silence> from spreadsheet to Nyquist Prompt and changing the french decimal separator " , " into " . " .
I'm gonna work now on a small program doing this work for them.
By the way, my colleagues decided to use my (I should say our!) work for their next Physic session concerning "waves and sounds". So, thank you again for your help!
PS: The only way I found for Timbre changing is using the Equalization effect.
How to play frequencies in a row
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.
Re: How to play frequencies in a row
I thought the singing/motor frog ring tone was the only one!!
Welcome to 2001.
Damien
Welcome to 2001.
Damien
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: How to play frequencies in a row
Ehm, I guess the EQ has not much timbre changing aspects on a sine wave...
Your students can try other waveforms by simply writing *tri-table* or saw-table* after the Duration Parameter in the osc function, e.g.
Square waves Need another function (osc-pulse) or the Expression
Nyquist has also some physical models built-in like sax, clarinet, mandolin and so on. However, the Parameter handling is a Little more difficult (because of the envelopes used to simulate breath, pressure etc).
The comma as separator is a frequently upcoming issue throughout Audacity's Interfaces.
The Nyquist prompt could of course be expanded to a ordinary generate plug-in, where you can simply copy the data from the spread sheet into a text field.
These values remain there as Long as Audacity is executed. The read-out Routine can take care of the commas too, if desired.
Your students can try other waveforms by simply writing *tri-table* or saw-table* after the Duration Parameter in the osc function, e.g.
Code: Select all
(osc <pitch> <Duration> *tri-table*)Code: Select all
(maketable *step-shape*)The comma as separator is a frequently upcoming issue throughout Audacity's Interfaces.
The Nyquist prompt could of course be expanded to a ordinary generate plug-in, where you can simply copy the data from the spread sheet into a text field.
These values remain there as Long as Audacity is executed. The read-out Routine can take care of the commas too, if desired.