Search found 59476 matches

by steve
Mon Sep 03, 2018 10:37 pm
Forum: Adding Features to Audacity
Topic: Import/Export Labels as Subtitle Files (*srt) od cue files
Replies: 13
Views: 1523

Re: Import/Export Labels as Subtitle Files (*srt) od cue files

I think it would be better for it to do the right thing.
Do you think you can find out what the right thing is?
by steve
Mon Sep 03, 2018 10:21 pm
Forum: Windows
Topic: question
Replies: 9
Views: 403

Re: question

benbernie wrote:
Mon Sep 03, 2018 10:17 pm
if you look at the effects option
Where? What program?
Talk me through it step by step. Imagine that I can't see your computer and lead me through what you are doing.
by steve
Mon Sep 03, 2018 10:03 pm
Forum: Adding Features to Audacity
Topic: Import/Export Labels as Subtitle Files (*srt) od cue files
Replies: 13
Views: 1523

Re: Import/Export Labels as Subtitle Files (*srt) od cue files

Audacity does not do colors in labels, but when the next version of Audacity comes out (in a few weeks), it will probably be possible to create a Nyquist plug-in that can export labels in a format similar to that. Are the commas in the time format important, or can dots be used? Example: You have: 0...
by steve
Mon Sep 03, 2018 9:54 pm
Forum: Windows
Topic: question
Replies: 9
Views: 403

Re: question

Audacity does not include "rx".
I'm guessing that you have one or more iZotope RX Plug-in Packs installed.
benbernie wrote:
Mon Sep 03, 2018 8:27 pm
and still im getting them "rx"options
What exactly are you seeing? What are these "rx options" and where / when are you seeing them?
by steve
Mon Sep 03, 2018 7:24 pm
Forum: Nyquist
Topic: Using *SCRATCH* to process a selection of several tracks
Replies: 12
Views: 1468

Re: Using *SCRATCH* to process a selection of several tracks

Another "by the way"... In very recent versions of Audacity, if an empty string is returned, it is treated as a no-op (a valid result that does nothing). Previous versions would pop up an empty message box, but now a message box is popped up if a non-empty string is returned. For process e...
by steve
Mon Sep 03, 2018 7:09 pm
Forum: Nyquist
Topic: Using *SCRATCH* to process a selection of several tracks
Replies: 12
Views: 1468

Re: Using *SCRATCH* to process a selection of several tracks

By the way, the easy way to store short sounds in *SCRATCH* is to copy the sample values into an array, then store the array in *scratch*.
(see http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index279 and http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index270 )
by steve
Mon Sep 03, 2018 7:06 pm
Forum: Nyquist
Topic: Using *SCRATCH* to process a selection of several tracks
Replies: 12
Views: 1468

Re: Using *SCRATCH* to process a selection of several tracks

Generally speaking: ;type process Iterate through selected audio tracks, modify the audio and return audio to the track(s) ;type analyze Iterate through selected audio tracks, perform some sort of analysis, return a non-audio result (usually text or labels) ;type generate Generate audio into the sel...
by steve
Mon Sep 03, 2018 5:00 pm
Forum: Adding Features to Audacity
Topic: Select Track button - proposal
Replies: 36
Views: 1781

Re: Select Track button - proposal

One thing that we have now, is that if you get the track clicking order right, you can also deselect multiple tracks without deselecting all tracks. Example: 4 track project Click track 1 Shift click track 4 Tracks selected: 1, 2, 3, 4 Shift Click track 2 Tracks selected: 1, 2. This ability to "...
by steve
Mon Sep 03, 2018 4:49 pm
Forum: Adding Features to Audacity
Topic: Select Track button - proposal
Replies: 36
Views: 1781

Re: Select Track button - proposal

waxcylinder wrote:
Mon Sep 03, 2018 4:32 pm
OK so what Bug number was that ?
bug 1484 (bug 320 also involved).
by steve
Mon Sep 03, 2018 4:45 pm
Forum: Adding Features to Audacity
Topic: Select Track button - proposal
Replies: 36
Views: 1781

Re: Select Track button - proposal

Thanks for the comments Ed. I think we're all pretty much on the same page down to "Shift + Click". I've also been thinking about "shift + click" = "extend", and NOT restricting to one direction. I think I prefer your scheme to the current scheme, though you have so far...