My guess is that the name that you have given to the file includes a dot.
If that's the case, don't do that. Stick to normal alphanumeric characters for file names and avoid punctuation characters or other "special" characters.
Search found 59476 matches
- Fri Mar 30, 2012 12:27 am
- Forum: Windows
- Topic: Not exporting any file type? (SOLVED)
- Replies: 2
- Views: 1341
- Fri Mar 30, 2012 12:23 am
- Forum: macOS
- Topic: Spitfish Audio Units plugin no workie [SOLVED]
- Replies: 16
- Views: 9029
Re: Spitfish Audio Units plugin no workie [SOLVED]
What are you talking about here - Audacity 2.0 or Spitfish?GriffithLea wrote: but I have no "Open With Rosetta" checkbox when I Get Info.
- Fri Mar 30, 2012 12:06 am
- Forum: Windows
- Topic: How do I open an Audacity file that own't open after I renam
- Replies: 12
- Views: 2836
Re: How do I open an Audacity file that own't open after I r
Please delete the file though. Copyrighted material, working on it, etc. Thanks! ;) Done, but not really necessary. The AUP file does not contain any audio data so there is no way that anyone could reproduce the audio content unless they also have access to the audio data (which in the case of this...
- Thu Mar 29, 2012 11:52 pm
- Forum: New Plug-Ins
- Topic: Rectivert - Rectification and Inversion
- Replies: 13
- Views: 8826
Re: Rectivert - Rectification and Inversion
Great feedback Steve, Thank you. I'm so relieved. I get excited when I find someone else that takes an interest in Nyquist programming and I know that I can go over the top with my responses, but it's really just my enthusiasm :P There's a really good article about LISP formatting that Edgar-rft po...
- Thu Mar 29, 2012 7:25 pm
- Forum: Windows
- Topic: CREATING SEPARATE TRACKS
- Replies: 18
- Views: 4981
Re: CREATING SEPARATE TRACKS
There is an odd CD format that allows forcing short text messages into the CD It's not really so "odd", but it is not strictly Red Book standard. It's called CD-Text and it's an extension of the Red Book Compact Disc specifications standard for audio CDs. http://en.wikipedia.org/wiki/CD-T...
- Thu Mar 29, 2012 6:21 pm
- Forum: Audio Processing
- Topic: Threshold parameter in Transient Mangler
- Replies: 10
- Views: 6188
Re: Threshold parameter in Transient Mangler
What are you trying to do? Limit the peaks without (noticeably) affecting any of the lower amplitude sound?DickN wrote:Do you know of a plug-in that will do what I'm trying to do without affecting lower-amplitude parts?
- Thu Mar 29, 2012 6:14 pm
- Forum: New Plug-Ins
- Topic: Swannel Chap - Cross-fade channel swapper
- Replies: 9
- Views: 5009
Re: Swannel Chap - Cross-fade channel swapper
;; function to determine frequency (defun get-frequency(len cyc) (mult (/ 1.0 (get-duration len)) (float cyc)) ) You need to be a bit careful using the variable name "len" as this is already globally assigned to the length of the selection in samples. http://wiki.audacityteam.org/wiki/Nyq...
- Thu Mar 29, 2012 6:05 pm
- Forum: Windows
- Topic: CANNOT CLICK CURSOR BETWEEN SECOND MARKS
- Replies: 10
- Views: 3396
Re: CANNOT CLICK CURSOR BETWEEN SECOND MARKS
How about a drop down menu instead of a check box?
Snap To: [Off (default) / Seconds / CDDA frames ]
Is Snap To useful with any other time divisions?
I'm still hopeful that one day we'll have an option to snap to "beats".
Snap To: [Off (default) / Seconds / CDDA frames ]
Is Snap To useful with any other time divisions?
I'm still hopeful that one day we'll have an option to snap to "beats".
Re: Delay when recording
Identical topics merged
- Thu Mar 29, 2012 5:36 pm
- Forum: New Plug-Ins
- Topic: Swannel Chap - Cross-fade channel swapper
- Replies: 9
- Views: 5009
Re: Swannel Chap - Cross-fade channel swapper
You've been busy Adam :P This is a nice variation on the theme of panning effects. A couple of very minor errors - you have an extra ")" at the end, and it should be a version 3 plug-in (version 1 plug-ins should work on Audacity 1.2.x but this one won't because it's using the multiple-cho...