Hi all
My first post here. Hope it is the right place to post.
I use audacity 2.2.2 on opensuse 15.1 workstation. Audacity is from stock opensuse repos.
My aim is to generate a sequence of chirps say from 50 to 1kHz followed by silence, both of the same duration. It should be followed by the same chirp/silence sequence, but the duration should be decreased by say 0.025 seconds. I would the sequence to be repeated until the duration is about 0.2 seconds. Manually It would require about 400 generate cycles. I was hoping this could be solved by scripting and/or macros.
I do C++ and bash programming regularly. So I am looking for some initial support to get me going.
In Nyquist, functions are called in the form: (function-name list-of-arguments).
To see how the code works, look up each of the function names in the Nyquist manual index: https://www.cs.cmu.edu/~rbd/doc/nyquist/indx.html
Steve
Perfect, thank you. adjusted your script and now I have exactly what I wanted. So big thx! I will start learning nyqist this weekend. I feel it is very powerful. I showed it to a colleague of mine. He is a music producer and has lots of weird ideas .