Search found 59476 matches
- Sat Aug 25, 2012 1:26 pm
- Forum: Recording Techniques
- Topic: how hard would this to be done???
- Replies: 3
- Views: 1429
Re: how hard would this to be done???
Topic moved to "Recording Techniques". I am unable to hold a note very long while singing without breath stops, how hard would it be to delete the breath stops and make it sound like I am holding the note a long time? It can be done but it may be difficult to make the transition smooth eno...
- Sat Aug 25, 2012 12:54 pm
- Forum: Windows
- Topic: revovery from temporary .au files
- Replies: 2
- Views: 654
Re: revovery from temporary .au files
If Audacity closes normally, the .au files should be automatically deleted. The message "Do you want to delete temporary .au files or save them?" indicates that Audacity may have crashed rather than closing normally. So we've not got the full story - what happened to leave the .au files be...
- Sat Aug 25, 2012 11:46 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: How do I hear the Export mix?
- Replies: 45
- Views: 11350
Re: How do I hear the Export mix?
"How, without changing any of the controls that are defining the mix, do I guarantee to hear the mix that will go to export before it gets exported?" The controls that define the mix for exported files are: Project Rate Track Gain sliders Track Pan sliders Track Mute buttons Envelope cont...
- Sat Aug 25, 2012 11:39 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: How do I hear the Export mix?
- Replies: 45
- Views: 11350
Re: How do I hear the Export mix?
I reiterate AGAIN: "How do I hear the Export Mix?" Sadly I must reiterate: by NOT listening to a different mix. You only hear a different mix when and if you set the mix to be different by soloing tracks. With no tracks soloed you get what you hear. With tracks soloed you hear only the so...
- Sat Aug 25, 2012 11:26 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: How do I hear the Export mix?
- Replies: 45
- Views: 11350
Re: How do I hear the Export mix?
Using Solo = Simple is not a useful option for this kind of mixing operation. I regularly do this type of work with Solo = Simple. When the three types of Solo button behaviour was first introduced, I raised many of these same questions. As you say, for working on complex multi-track projects it is...
- Sat Aug 25, 2012 9:59 am
- Forum: Windows
- Topic: Undo A Phaser Effect After Saved?
- Replies: 2
- Views: 581
Re: Undo A Phaser Effect After Saved?
Unfortunately the phaser effect cannot be reversed.
- Sat Aug 25, 2012 9:57 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: What is audacity-win-unicode?
- Replies: 1
- Views: 1298
Re: What is audacity-win-unicode?
They are old 1.3.x beta versions.Jeff Leites wrote:I noticed that I have several versions of audacity-win-unicode.exe in my Audacity folder. What are these?
- Sat Aug 25, 2012 9:55 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Cannot paly back tape converted MP3 CD in stero music system
- Replies: 7
- Views: 2291
Re: Cannot paly back tape converted MP3 CD in stero music sy
This model supports MP3 in ISO 9006 format and with file name with 8 characters and with extension .mp3 What is the format Audacity makes MP3 conversion? The MP3 format that Audacity uses is standard "MP3". ISO 9006 format refers to the CD format, not the MP3 format. http://en.wikipedia.o...
- Sat Aug 25, 2012 9:41 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: How do I hear the Export mix?
- Replies: 45
- Views: 11350
Re: How do I hear the Export mix?
In my humblest of opinions, the simple solution is for Audacity to ALWAYS present the Export mix at playback. I say that because, if the button or whatever switch was available, I would set it permanently to "Export Mix on playback". Why? Because the only reason I use Audacity is to prepa...
- Sat Aug 25, 2012 9:19 am
- Forum: Windows
- Topic: Exponential Wind-downs for synths?
- Replies: 12
- Views: 3002
Re: Exponential Wind-downs for synths?
Try this: (setq start-frequency 10) ; initial frequency in kHz (setq end-frequency 1) ; final frequency in kHz (let* ((ny (/ *sound-srate* 2)) (f1 (min (* start-frequency 1000) ny)) (f2 (min (* end-frequency 1000) ny))) (lp (lp s (pwlv f1 1 f2))(pwlv f1 1 f2))) The start and end frequencies must be ...