What algorithm does Audacity uses for their pluck?
Also, what musical instrument is the Pluck from ?
what algorithm does Audacity uses for their pluck?
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Re: what algorithm does Audacity uses for their pluck?
"Pluck" is synthesized in Nyquist (a programming language for audio). It is a Karplus-Strong plucked string oscillator.
You can view the Nuquist code by opening the file pluck.ny in a plain text editor (it is in your Audacity plug-ins folder).
The core of the Nyquist code is a command SND-PLUCK, which is described in the Nyquist manual here: http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index763
You can view the Nuquist code by opening the file pluck.ny in a plain text editor (it is in your Audacity plug-ins folder).
The core of the Nyquist code is a command SND-PLUCK, which is described in the Nyquist manual here: http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index763
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)