Nyquist returns value... but why???
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity 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 macOS you are using,
and the exact three-section version number of Audacity from "Audacity 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: Nyquist returns value... but why???
Thanks for the responses. My computer is pretty stable overall. I have more crashes in Firefox than in anything else, but I usually have 20-30 tabs open at the same time, so that's not surprising! The problem with Audacity has persisted through several computer restarts. I do not (intentionally) use accented characters at all in file titles. Some have spaces (since I'm on a Mac, that's never been a problem since 1988!) but other than that I use only letters and numbers for files and folder names. I do use ƒ for folders -- could that be enough to cause Audacity not to be able to open files?
-
billw58
- Forum Staff
- Posts: 5565
- Joined: Wed Aug 12, 2009 2:10 am
- Operating System: macOS 10.15 Catalina or later
Re: Nyquist returns value... but why???
Please see this message: http://forum.audacityteam.org/viewtopic ... 94#p222494djblanch wrote:I do not (intentionally) use accented characters at all in file titles. Some have spaces (since I'm on a Mac, that's never been a problem since 1988!) but other than that I use only letters and numbers for files and folder names. I do use ƒ for folders -- could that be enough to cause Audacity not to be able to open files?
Gale has posted a patched version of Audacity that apparently fixes the "crash-on-import" issue. If you have the time please download and test it with various files.
Thanks.
-- Bill
Re: Nyquist returns value... but why???
"Buzz Tone" is not one of the standard effects shipped with Audacity, Where did that come from?djblanch wrote:I was excited about the "Buzz Tone" option under the "Generate" menu. However, every time I've tried it, I've gotten an error message saying "Nyquest did not return audio"
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Nyquist returns value... but why???
"Buzz Tone" is not an effect; it's under the "Generate" menu, along with "Chirp", "Noise", "Tone", "Risset Drum", etc. It came with Audacity 2.0.4. It is (according to the description at the Audacity page) a tone made up of a fundamental and it's overtones, with a nasal tone, depending on how many harmonics are selected.
-
billw58
- Forum Staff
- Posts: 5565
- Joined: Wed Aug 12, 2009 2:10 am
- Operating System: macOS 10.15 Catalina or later
Re: Nyquist returns value... but why???
I can see no "Buzz Tone" under the Generate menu in a standard installation of 2.0.4.
The word "buzz" does not occur in the Audacity manual in reference to a Generator.
What "Audacity page" are you referring to? Where did you download Audacity from?
-- Bill
The word "buzz" does not occur in the Audacity manual in reference to a Generator.
What "Audacity page" are you referring to? Where did you download Audacity from?
-- Bill
Re: Nyquist returns value... but why???
That sounds like the Buzz tone generator that is available as an optional plug-in from here: http://wiki.audacityteam.org/wiki/Nyqui ... _generator
I've just checked the Audacity source code (http://code.google.com/p/audacity/sourc ... 2Fplug-ins) and buzz.ny is not included in the official release version of Audacity.
I've just checked the Audacity source code (http://code.google.com/p/audacity/sourc ... 2Fplug-ins) and buzz.ny is not included in the official release version of Audacity.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Nyquist returns value... but why???
Whoops! Steve's right, I did download a few "extras" and put them in my plug-ins folder, allong with the rest of the .ny files. Still, if it's designed to produce a tone, why would Nyquist return an error of "...no audio"?
Re: Nyquist returns value... but why???
I went back to my original (2.0.3) Audacity and tested the "Generate" menu. Everything worked except for these three, with corresponding error messages:
Click Track
Nyquist did not return audio.
Pluck
Nyquist returned the value: 0.000001
Risset Drum
Nyquist returned the value: 0.800000
Since I don't know anything about the "under the hood" working of Nyquist, I'm not sure what the significance of each of these it, or how to fix the problems. My appreciation to all of those of you out there who spend the time to help out!
Dave
Click Track
Nyquist did not return audio.
Pluck
Nyquist returned the value: 0.000001
Risset Drum
Nyquist returned the value: 0.800000
Since I don't know anything about the "under the hood" working of Nyquist, I'm not sure what the significance of each of these it, or how to fix the problems. My appreciation to all of those of you out there who spend the time to help out!
Dave
Re: Nyquist returns value... but why???
I've just tested "Buzz tone generator" from http://wiki.audacityteam.org/wiki/Nyqui ... _generatordjblanch wrote:if it's designed to produce a tone, why would Nyquist return an error of "...no audio"?
In Audacity 2.0.4, the default settings of "Buzz tone" generate 5 seconds of "buzz".
When using the debug button, the debug window is empty (as it should be).
That is what is very strange, just as this was:djblanch wrote:What I got when I pressed Debug was "error: unbound function - MULT".
"unbound function" means that the command is not defined. In one case the command is "MULT" and in the other the command is "GET-DURATION", but these command are defined as a standard part of Nyquist. For some reason your installation of 2.0.4 has part of Nyquist missing, just as your installation of 2.0.3 had part of Nyquist missing. How can this be happening? Are you sure that you are installing Audacity according to the instructions (http://audacityteam.org/download/mac)djblanch wrote:...I got another message: "error: unbound function - GET-DURATION".
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Nyquist returns value... but why???
It's pretty hard to screw up the installation instructions on a Mac:
"Installation instructions (.dmg files):
Double-click the downloaded .dmg to mount it
Then to install Audacity, copy the "Audacity" folder from the newly mounted .dmg to /Applications or any other location of your choosing."
Yup, that's what I did!
But now, another problem has snuck in: Since I downloaded and ran the revised version 2.0.4, I can no longer import sounds when I run 2.0.3! (Yes, I quit 2.0.4 first.) It must have revised the prefs somehow, or removed something important, or ????????? I'm not knocking progress, but I'm not seeing it, either. :0(
Dave
"Installation instructions (.dmg files):
Double-click the downloaded .dmg to mount it
Then to install Audacity, copy the "Audacity" folder from the newly mounted .dmg to /Applications or any other location of your choosing."
Yup, that's what I did!
But now, another problem has snuck in: Since I downloaded and ran the revised version 2.0.4, I can no longer import sounds when I run 2.0.3! (Yes, I quit 2.0.4 first.) It must have revised the prefs somehow, or removed something important, or ????????? I'm not knocking progress, but I'm not seeing it, either. :0(
Dave