Search found 24069 matches
- Fri Oct 10, 2014 9:04 am
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
Actually, my last post was incorrect. That was from a test running an analyze type plug-in from the Nyquist Workbench. What I'm seeing when running an actual "Analyze" plug-in (from an installed script file) is that when clicking on Preview, it analayzes the preview mix, then plays the pr...
- Fri Oct 10, 2014 8:24 am
- Forum: Windows
- Topic: Convert mp3 to WAV for CD [SOLVED]
- Replies: 3
- Views: 540
Re: Convert mp3 to WAV
Have you read Burning Audio CDs ? Are you telling WMP to burn an audio CD? Are you using CD-R's? Have you tried some CD-R's from another part of the packet?
Gale
Gale
- Fri Oct 10, 2014 8:19 am
- Forum: macOS
- Topic: How to edit the volume of a waveform section? [SOLVED]
- Replies: 3
- Views: 444
Re: How to edit the volume of a waveform section?
I'm going to skip the version detail as I assume it's not necessary... We don't ask you that for a joke. ;) Features can change from version to version. Different versions of Mac may required different versions of Audacity - that will be true if we drop support for OS X 10.4 and 10.5 as I expect we...
- Fri Oct 10, 2014 8:07 am
- Forum: Windows
- Topic: USB Microphone Crackling Sound
- Replies: 6
- Views: 5075
Re: USB Microphone Crackling Sound
You may as well use the current Audacity 2.0.6 unless you have a specific reason to use 2.0.2: http://audacityteam.org/download/windows . Are you using 48000 Hz project rate in Audacity (bottom left) and everywhere else in Windows? You should definitely try that because Blue Yeti's native rate is 48...
- Fri Oct 10, 2014 7:32 am
- Forum: Windows
- Topic: Is there anyway to cut a song without exporting it ?
- Replies: 1
- Views: 256
Re: Is there anyway to cut a song without exporting it ?
This question is similar to : http://forum.audacityteam.org/viewtopic.php?f=46&t=81466 If I have long files with multiple songs, is there anyway to cut the songs out without re-exporting. I have been cutting ogg files and re-exporting them as ogg, and I didn't notice any difference. Not using A...
- Thu Oct 09, 2014 5:13 pm
- Forum: Windows
- Topic: Error not well-formed (invalid token) at line 1275
- Replies: 7
- Views: 1280
Re: Error not well-formed (invalid token) at line 1275
Finally I can open the file, but I encounter another problem. I attached image. And apologies for the inconvenience. http://gyazo.com/ae8d67f24a47df93b488d18f26a4891b You will have to open that "C:UsersCRAppDataLocalTempaudacity_tempproject30860" folder and see if the files mentioned in t...
Re: Fuzz
JUST recorded an voice audio... fuzz there of course hit ......... effects then noise removal........ I applied this to the audio.... quite good results, a lot of the fuzz removed So are you still connecting the mic to the pink mic input on the computer? Or was the mic connected to the Pioneer? The...
- Thu Oct 09, 2014 4:29 pm
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
Plug-in writers need to exercise caution when adding a Preview button. For example, with this code: (if (not (boundp '*scratch*)) (progn (setf *scratch* 1) (osc 80 test)) (osc 70 test)) When this is run on multiple tracks, the first track gets a tone at MIDI note 80 and the rest get MIDI note 70. I...
- Thu Oct 09, 2014 4:25 pm
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
I don't think that is supposed to happen. Looking at the code, I see that Leland has enabled it for all Nyquist plug-ins. I can see that being useful for some "generate" type plug-ins, but it should be noted that if multiple tracks are selected, the preview only generates one track. What ...
- Thu Oct 09, 2014 11:17 am
- Forum: Nyquist
- Topic: Is Nyquist Prompt accessibility on Linux?
- Replies: 3
- Views: 1309
Is Nyquist Prompt accessibility on Linux?
On Ubuntu 13.10 I can't apply code in Nyquist Prompt without going through Debug output. ENTER on the debug output window does apply the code. But I can't just type some code and then operate the OK button with the keyboard. I tried ENTER, CTRL + ENTER, and TAB to OK then ENTER or SPACE (in that cas...