Search found 59476 matches

by steve
Fri Aug 16, 2013 8:14 pm
Forum: Feature Request Archive
Topic: Disable Metadata
Replies: 19
Views: 12657

Re: Disable Metadata

I hope you don't mind me quoting from the mailing list Gale: Steve, the point I am making and obviously failing to get across is that the best way to provide "no metadata" export is IMO inherently interlinked with bug 551. So I've read through the steps to reproduce and the suggested worka...
by steve
Fri Aug 16, 2013 7:23 pm
Forum: Nyquist
Topic: EXTRACT and AT don't interact as expected
Replies: 10
Views: 2442

Re: EXTRACT and AT don't interact as expected

I think I'm getting hung up on the definition of "current" (or in more computer science-y terms, the binding scope). Perhaps as a musician rather than a computer scientist I am blissful in my ignorance :D You may want to take that into account when considering my responses to these compli...
by steve
Fri Aug 16, 2013 5:42 pm
Forum: Feature Request Archive
Topic: Disable Metadata
Replies: 19
Views: 12657

Re: Disable Metadata

-1 on deciding on this until we sort out Bug 551 ( http://bugzilla.audacityteam.org/show_bug.cgi?id=551 ) i.e. deciding what relationship we want between killing metadata export, hiding Metadata Editor and passing common metadata through to each export multiple. Fixing bug 551 has 44 votes plus 3 p...
by steve
Fri Aug 16, 2013 5:40 pm
Forum: Feature Request Archive
Topic: Disable Metadata
Replies: 19
Views: 12657

Re: Disable Metadata

partly in relation to iPod Classic compatibility with metadata That's just background information and not really relevant to this. Joel has posted some patches for testing against that issue: http://audacity.238276.n2.nabble.com/Metadata-in-RIFF-files-was-Back-to-ID3v2-metadata-in-WAV-files-tp75588...
by steve
Fri Aug 16, 2013 5:30 pm
Forum: Nyquist
Topic: Nyquist code for "gradual" high-pass filter please
Replies: 6
Views: 5122

Re: Nyquist code for "gradual" high-pass filter please

Try this: (setq start-freq 10000) ; cannot be greater than 1/2 the sample rate (setq end-freq 100) (setq passes 4) ; more passes for a steeper filter cut-off (setq sweep-type 0) ; 1 for a linear sweep, 0 for exponential sweep (let* ((nyq (/ *sound-srate* 2.0)) (f0 (max 0 (min nyq start-freq))) (f1 (...
by steve
Fri Aug 16, 2013 3:22 pm
Forum: Nyquist
Topic: EXTRACT and AT don't interact as expected
Replies: 10
Views: 2442

Re: EXTRACT and AT don't interact as expected

in contrast to the Audacity Nyquist Prompt, where the selection supplies the duration). Also applies to all analyze and process type plug-ins, but not generate type plug-ins. Generate type plug-ins behave the same as stand alone Nyquist in this respect in that the default duration is 1 second. Some...
by steve
Fri Aug 16, 2013 2:45 pm
Forum: Nyquist
Topic: EXTRACT and AT don't interact as expected
Replies: 10
Views: 2442

Re: EXTRACT and AT don't interact as expected

My theory is that *warp* is so called because of its affect on the brain. :? I don't think that this makes sense, hence a nonsensical return value. >> (x (extract 10.1 11.1 (at 10.0 (osc 66)))) => (0 0.0129252) I think that you will find that this gives the same nonsense return value: (x (extract 10...
by steve
Fri Aug 16, 2013 1:27 pm
Forum: Feature Request Archive
Topic: Disable Metadata
Replies: 19
Views: 12657

Disable Metadata

This has been discussed previously on the forum and has come up again, partly in relation to iPod Classic compatibility with metadata. The difference this time is that someone on the -devel mailing list is offering to implement it. Personally I'd be in favour of an option to disable metadata in all ...
by steve
Fri Aug 16, 2013 12:28 pm
Forum: macOS
Topic: How to fast forward the cursor or back?
Replies: 7
Views: 3291

Re: How to fast forward the cursor or back?

There's several ways you can do this. The easiest way to jump to a specific point while playback is stopped, is to zoom out so that you can see where you want to jump to, then click on the audio track at the place that you want to jump to. If you have a wheel mouse, zooming is very quick and easy wi...
by steve
Fri Aug 16, 2013 12:23 pm
Forum: macOS
Topic: Unable to accurately highlight audio (SOLVED)
Replies: 2
Views: 565

Re: Unable to accurately highlight audio anymore

Perhaps you have accidentally enabled "Snap To" in the Selection Toolbar. If you have, deselect it. http://manual.audacityteam.org/o/man/se ... .html#snap