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?
Search found 59476 matches
- 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
- 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...
- 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...
- 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 )
(see http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index279 and http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index270 )
- 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...
- 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 "...
- 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
bug 1484 (bug 320 also involved).
- 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...