Tag Archives: audacity

Are Nyquist Plug-ins slow? (Compiled vs Interpreted languages)

It is a common misconception that Audacity’s Nyquist plug-ins must be slow because they are written in an interpreted programming Language. Nyquist is an interpreted language, meaning that it runs directly from the code rather than being compiled first, but the inner loops of many DSP functions are pre-compiled in highly optimised compiled C code. … Continue reading Are Nyquist Plug-ins slow? (Compiled vs Interpreted languages)

Isochronic Modulator Plug-in

This plug-in is based on the same code as the Variable Tremolo plug-in and was written in response to a request for a plug-in for making Isochronic Tones (Isochronic Beats). For anyone unfamiliar with the term (as I was), Isochronic beats are related to binaural and monaural beats and the idea of brainwave entrainment. At … Continue reading Isochronic Modulator Plug-in