Search found 338 matches

by edgar-rft
Fri May 04, 2012 11:25 pm
Forum: Nyquist
Topic: Text input widget not visible if default string is blank
Replies: 5
Views: 2297

Re: Text input widget not visible if default string is blank

It's a bug in the ";control ..." string parser of the Audacity Nyquist interface. Empty strings (two double-quotes in a row with no other character in-between) are not recognized as strings and silently removed from the token list. audacity/src/effects/nyquist/Nyquist.cpp, function EffectNyquist::Pa...
by edgar-rft
Fri May 04, 2012 1:39 pm
Forum: Nyquist
Topic: Known problems of Nyquist Generate plugins
Replies: 7
Views: 4008

Re: Known problems of Nyquist Generate plugins

As the infrastructure in Generator.cpp i not likely to be rewritten in the foreseeable future... I wanted to understand the source code and start rewriting, instead of whimsically whining. ...what's the practicalities of going back to the former suggestion of not requiring a selection for Analyze t...
by edgar-rft
Fri May 04, 2012 12:06 am
Forum: Nyquist
Topic: Known problems of Nyquist Generate plugins
Replies: 7
Views: 4008

Known problems of Nyquist Generate plugins

Quotes from the Nyquist Wish List , posts 155498 , 179094 , and 179118 : steve: I would like Audacity to have the ability to run a Nyquist Analyze type plug-in without a selection. For plug-ins that only generate labels it does not always make sense that there must be a selection. edgar-rft: Does th...
by edgar-rft
Thu May 03, 2012 11:32 pm
Forum: Nyquist
Topic: Motor plugin ... :)
Replies: 4
Views: 3697

Re: Motor plugin ... :)

Yes! - They all are great! - And one is even better than the other! - It's unbeleavable! - Try it now!
by edgar-rft
Thu May 03, 2012 12:10 pm
Forum: Nyquist
Topic: Nyquist Wish List
Replies: 40
Views: 53810

Re: Nyquist Wish List

Ability to run an Analyze type plug-in without a selection. For plug-ins that only generate labels it does not always make sense that there must be a selection. Does that really make sense? What do you want to analyse if there is no selection? AFAIK a plugin that only generates labels is a Generate...
by edgar-rft
Thu May 03, 2012 3:58 am
Forum: Nyquist
Topic: Motor plugin ... :)
Replies: 4
Views: 3697

Re: Motor plugin ... :)

Terrific! - 0.000001 million users already have reported overwhelming success!

Will you be the next to feel motivated?

Try it now, it's free!
by edgar-rft
Thu May 03, 2012 3:51 am
Forum: Nyquist
Topic: Help downloading nyquist plug ins
Replies: 1
Views: 1097

Re: Help downloading nyquist plug ins

I get an error messaging What error message exactly? I can't download directly into the Audacity folder because I'm not using the administrative account If you can't download and save into the "plug-ins" folder because you do not have the required permissions, than you also can't copy into the "plu...
by edgar-rft
Wed May 02, 2012 12:41 pm
Forum: Nyquist
Topic: Motor plugin ... :)
Replies: 4
Views: 3697

Motor plugin ... :)

Faraday's law of electromagnetical motion says that a generator, using up all your energy, will become a motor. To make this happen with Audacity, a Nyquist Generate plugin was de-generated into a Motivate plugin. Copy the "motivate.ny" file into the Audacity "plug-ins" folder and after the next st...
by edgar-rft
Tue May 01, 2012 3:39 pm
Forum: Nyquist
Topic: Normalize and DC offset correction
Replies: 28
Views: 13143

Re: Normalize and DC offset correction

DC removal could be bundled into the Equalization effect (frequency = 0) and/or into the Amplify effect... Normalize and Amplify should be unified (only technical people understand DC = 0 Hertz), but I'm afraid that in this case Peter is right that the DC-Removal side-effect of notifying the user a...
by edgar-rft
Tue May 01, 2012 10:50 am
Forum: Nyquist
Topic: Normalize and DC offset correction
Replies: 28
Views: 13143

Re: Normalize and DC offset correction

...does your response mean that you would support the separation of the DC-Removal and Normalize functions? The practical situation looks like this: Normalize is a two-pass process: (1) find the maximum peak, (2) amplify to the given level DC-Removal is a two-pass process: (1) find the DC component...