If you are using the current SVN checkout, analyze.ny is not present.frenchfries wrote:For Audacity to build without failing, I had to remove analyze.ny from the plug-ins folder in the Audacity VC++ project.
Search found 59476 matches
- Sat Feb 15, 2014 1:03 pm
- Forum: Compiling Audacity
- Topic: Compile error analyze.ny
- Replies: 10
- Views: 4957
Re: Compile error analyze.ny
- Sat Feb 15, 2014 12:32 pm
- Forum: Nyquist
- Topic: working with audio samples
- Replies: 18
- Views: 9183
Re: working with audio samples
Variables do not need to be declared before use. A symbol becomes bound just by setting a value for it. For simple values you can just use SET, but the symbol must be quoted so that LISP does not try to evaluate it before it is bound. (set value 3) ; error: unbound variable - VALUE (print (* 2 value...
- Fri Feb 14, 2014 6:18 pm
- Forum: Feature Request Archive
- Topic: Options Menu
- Replies: 17
- Views: 4874
Options Menu
An "Options" menu provides convenient access to options that a user may frequently change. It is far more convenient than having to go digging in "Edit > Preferences". Examples could include: Amplitude Envelope: Exponential (default) | Linear Show name in track: No (default) | Bl...
- Fri Feb 14, 2014 4:53 pm
- Forum: GNU/Linux
- Topic: Setting default value size
- Replies: 5
- Views: 2582
Re: Setting default value size
Done.Gale Andrews wrote:so can you attach your patch as appropriate, Steve?
- Fri Feb 14, 2014 4:33 pm
- Forum: Nyquist
- Topic: working with audio samples
- Replies: 18
- Views: 9183
Re: working with audio samples
I've added code tags and line indentations to the code that you posted making it easier to read. (To add code tags, click on the "Code" button above the message composing box then insert your code between the code tags like this: [code] ... code goes here ... [/code] The code is a "Lo...
- Fri Feb 14, 2014 3:43 pm
- Forum: GNU/Linux
- Topic: Setting default value size
- Replies: 5
- Views: 2582
Re: Setting default value size
Looking at the code I suspect the problem goes back to at least 2008.
If you are able to build Audacity from the source code I've made a patch that I think will fix it.
If you are able to build Audacity from the source code I've made a patch that I think will fix it.
- Fri Feb 14, 2014 2:56 pm
- Forum: GNU/Linux
- Topic: Setting default value size
- Replies: 5
- Views: 2582
Re: Setting default value size
Is there a way to resize the value field and make it stick? No there isn't. However, it seems odd to me that the default size should be so small when there is empty space to the right of it. I think this is a bug rather than by design. When the Metadata Editor is closed, the screen position and siz...
- Fri Feb 14, 2014 12:40 pm
- Forum: Windows
- Topic: Amplify not making sound loud enough?
- Replies: 4
- Views: 2192
Re: Amplify not making sound loud enough?
Perhaps L4D2 is still using the original audio file and not the new one. Rather than trying to "update" the file, try it this way. Rename the original file. If the original file was "command.wav", rename it to "command-old.wav". Import the renamed file into Audacity. Ed...
- Thu Feb 13, 2014 7:37 pm
- Forum: Windows
- Topic: Question re Show Clipping
- Replies: 3
- Views: 408
Re: Question re Show Clipping
The red lines appear when the sample value is equal or greater than 0 dB. 16 bit and 24 bit audio can never be greater than 0 dB, so if the clip lines only appeared above 0 dB, then 16 or 24 bit audio would never show clipping, no matter how badly it was clipped. It is very common for playback devic...
- Thu Feb 13, 2014 6:05 pm
- Forum: Feature Request Archive
- Topic: Feature request: "Goto" in Label Editor
- Replies: 15
- Views: 5937
Re: Feature request: "Goto" in Label Editor
Merely opening Labels Editor selects all the tracks, before you click around in the editor. Stopping the select all would be the first objective. I wouldn't find Steve's idea intuitive without significant improvements to the editor interface. Selecting the label number or column heading currently h...