Search found 59476 matches
- Wed Oct 09, 2013 5:19 am
- Forum: Windows
- Topic: Getting Started
- Replies: 5
- Views: 771
Re: Getting Started
I have recently purchased a few old vinyls and want to burn them on to CDs but haven't a clue where to start Please start by telling us about your equipment and what you have done so far. What sort of turntable is it (make and model number if possible). Is it a USB turntable? Have you managed to in...
- Wed Oct 09, 2013 4:35 am
- Forum: Audio Processing
- Topic: Repeat Effect Issue
- Replies: 12
- Views: 2885
Re: Repeat Effect Issue
"Snap To" is described in the manual here: http://manual.audacityteam.org/o/man/se ... .html#snaptacrae wrote:can you explain how snap to affects the repeat effect?
Did that fix the problem?
- Wed Oct 09, 2013 4:32 am
- Forum: Feature Request Archive
- Topic: intelligent Noise & Silence dialogues
- Replies: 3
- Views: 4261
Re: intelligent Noise & Silence dialogues
ALL of the generators seem to show hh:mm:ss+samples when inserting into a selection, and hh:mm:ss+milliseconds when inserting at a point.Edgar wrote:All the other built-in generators are well behaved and honor the user's Selection Format
- Wed Oct 09, 2013 4:25 am
- Forum: Feature Request Archive
- Topic: Track Drop-down Menu commands
- Replies: 82
- Views: 21102
Re: Misleading behavior of Make Stereo Track
I can see that if someone has a lot of stereo tracks / files where they want to swap the left and right channels, that a two key press solution would be better than the current 7 key presses (or 3 seconds with a mouse), but how often do people want to do that? To simply split a stereo track and rejo...
- Wed Oct 09, 2013 3:45 am
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6259
Re: Memory leaks in Nyquist or the Lisp environment?
I see "some" climbing memory, but only about 60 MB, then crash.Paul L wrote:Do you see climbing memory usage before a crash?
- Wed Oct 09, 2013 3:41 am
- Forum: Feature Request Archive
- Topic: Track Drop-down Menu commands
- Replies: 82
- Views: 21102
Re: Misleading behavior of Make Stereo Track
it does what it does now, because there is no choice but to reverse one of the channels. I've just described what I think is the more logical "choice" if we say that "Make Stereo Track" takes account of the channel allocation. :? A practical point: What is the use case for havin...
- Wed Oct 09, 2013 2:42 am
- Forum: Nyquist
- Topic: Audacity Guitar Notes + Scriping
- Replies: 10
- Views: 2804
Re: Audacity Guitar Notes + Scriping
Queens Rook 5 ?Guildenstern wrote:exampleNotes.wav
- Wed Oct 09, 2013 2:39 am
- Forum: Nyquist
- Topic: Audacity Guitar Notes + Scriping
- Replies: 10
- Views: 2804
Re: Audacity Guitar Notes + Scriping
but reading through all the Nyquist documentation i'm still not sure how to actually get it to recognize the notes i've played. I thought of analyzing and counting each time the program goes over a certain amplitude threshold but have not found a way of actually computing that in Nyquist Have a loo...
- Wed Oct 09, 2013 2:35 am
- Forum: Audio Processing
- Topic: Repeat Effect Issue
- Replies: 12
- Views: 2885
Re: Repeat Effect Issue
Check that you do not have "Snap To" selected (near the bottom of the main Audacity window).
- Wed Oct 09, 2013 1:57 am
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6259
Re: Memory leaks in Nyquist or the Lisp environment?
Thanks for the update Paul.
Probably related, I found that the following code causes a crash:
Probably related, I found that the following code causes a crash:
Code: Select all
(do ((i 0 (1+ i)))
((= i 100000) s)
(setf s (sum s (snd-const 0 0 *sound-srate* 1))))