Guidance for nyquist coding

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see 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
shravani
Posts: 16
Joined: Wed Jan 29, 2014 7:43 am
Operating System: Please select

Guidance for nyquist coding

Post by shravani » Wed Jan 29, 2014 7:52 am

hello,
I m trying to add an option of determining the tempo ie. Beats Per Minute for a music clip. For that i am using Nyquist coding. I need guidance with the Nyquist coding. Can you please provide me with a proper manual which explains the Nyquist syntax in detail.

Hoping for a support as soon as possible.
Thanks in advance.

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Guidance for nyquist coding

Post by steve » Wed Jan 29, 2014 3:30 pm

This comes up a few times, so I've added a sticky topic in the Nyquist section of the forum: http://forum.audacityteam.org/viewtopic ... 38#p235338
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Guidance for nyquist coding

Post by steve » Wed Jan 29, 2014 3:35 pm

Also, if you prefer to work with GUI programs, Scite is quite a good editor for Nyquist. It includes parentheses matching (essential for LISP based languages) and syntax highlighting for LISP. Note that the LISP syntax highlighting includes some commands that are not in Nyquist, and commands specific to Nyquist are not highlighted, but it is still close enough to be useful.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

shravani
Posts: 16
Joined: Wed Jan 29, 2014 7:43 am
Operating System: Please select

Re: Guidance for nyquist coding

Post by shravani » Mon Feb 03, 2014 7:06 pm

Hello,

Thanks for reply. But help me to begin with programming in nquist. I don't have even slight idea about nyquist coding.
Thanks.

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Guidance for nyquist coding

Post by steve » Tue Feb 04, 2014 10:34 am

Here's a couple of simple experiments that you can try. They will be a gentle (and practical) introduction to using Nyquist.
When you have tried these, have a look at the links that I posted previously.
If you have further questions (I'm sure you will ;)) please start a new topic on the Nyquist forum board (http://forum.audacityteam.org/viewforum.php?f=39)

Here are the experiments:
http://wiki.audacityteam.org/wiki/Nyqui ... the_Volume
http://wiki.audacityteam.org/wiki/Nyqui ... ependently
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

shravani
Posts: 16
Joined: Wed Jan 29, 2014 7:43 am
Operating System: Please select

Re: Guidance for nyquist coding

Post by shravani » Wed Feb 12, 2014 8:08 am

Hello,

I tried the examples. They are working fine.
While accessing the audio track, I want to save the amplitude and time of samples that are above a particular threshold. How can i do that? I had thought of using structure array the way we use in C language, but structure is not supported in Nyquist.
Please help me through this.

Hoping for a reply soon.
Thanks

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Guidance for nyquist coding

Post by steve » Wed Feb 12, 2014 2:30 pm

steve wrote:please start a new topic on the Nyquist forum board (http://forum.audacityteam.org/viewforum.php?f=39)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply