Search found 59476 matches
- Sun Dec 09, 2012 8:08 pm
- Forum: Windows
- Topic: How can I change the title?
- Replies: 1
- Views: 202
Re: How can I change the title?
The title will change if you save the project.
- Sun Dec 09, 2012 8:06 pm
- Forum: Windows
- Topic: Audacity Only Records for Less Than a Second Then Stops
- Replies: 17
- Views: 1772
Re: Audacity Only Records for Less Than a Second Then Stops
It is probably somewhere in the Windows Sound Control Panel.2guest(s) wrote:Where is the sound control that I am missing?
If you can't find any incorrect settings there, post some screen shots of those control panel settings and I'll see if I can spot anything.
- Sun Dec 09, 2012 8:01 pm
- Forum: New Plug-Ins
- Topic: Panning plug-ins
- Replies: 20
- Views: 9689
Re: Panning plug-ins
By the way, I suspect (though I've not actually checked) that the original problem with Panrand.ny was not only excessive memory usage but also a stack overflow if the main function went through too many recursions. For a large number of loops it is generally better to use iteration so as to avoid t...
- Sun Dec 09, 2012 7:55 pm
- Forum: Nyquist
- Topic: freeze and crash with 'Panning (Random)' plug-in
- Replies: 11
- Views: 6143
- Sun Dec 09, 2012 7:52 pm
- Forum: New Plug-Ins
- Topic: Panning plug-ins
- Replies: 20
- Views: 9689
Re: Panning plug-ins
The thing I want to avoid the most, is that I do not have to normalize the noise after cration Absolutely. The only slight problem with your snippet (though it may be acceptable for this plug-in) is that the interpolation between the random values is linear, so the transition from one pan position ...
- Sun Dec 09, 2012 7:25 pm
- Forum: Nyquist
- Topic: Crash after Nyquist input
- Replies: 6
- Views: 3424
Re: Crash after Nyquist input
Submitted to bugzilla and proposed a patch to force the duration parameter of snd-const to >= 0.
- Sun Dec 09, 2012 7:08 pm
- Forum: Nyquist
- Topic: Crash after Nyquist input
- Replies: 6
- Views: 3424
Re: Crash after Nyquist input
In effect what you seem to be saying Robert is that this is not a "bug". If (snd-const value t0 srate <negative_value>) ever occurred in a plug-in, then that would be a bug in the plug-in, not a bug in the snd-const function. I think that I generally agree with that analysis though it woul...
- Sun Dec 09, 2012 6:39 pm
- Forum: Windows
- Topic: Audacity Only Records for Less Than a Second Then Stops
- Replies: 17
- Views: 1772
Re: Audacity Only Records for Less Than a Second Then Stops
Just for testing, try Windows Sound Recorder (included as standard in Win 7 http://windows.microsoft.com/en-US/wind ... d-Recorder)2guest(s) wrote: is there another recording software you would recommend I try just to see if the HRT works with it in 64 bit?
- Sun Dec 09, 2012 5:31 pm
- Forum: Windows
- Topic: A few beginners questions about Audacity
- Replies: 11
- Views: 2003
Re: A few beginners questions about Audacity
I think that these pages answer question 1: http://manual.audacityteam.org/o/man/high_pass_filter.html http://manual.audacityteam.org/o/man/low_pass_filter.html Sorry I don't quite understand what you mean in question 2. When talking about signals, 0 dB is the maximum, full scale level (the waveform...
- Sun Dec 09, 2012 5:15 pm
- Forum: New Plug-Ins
- Topic: Panning plug-ins
- Replies: 20
- Views: 9689
Panning plug-ins
Topic split from: http://forum.audacityteam.org/viewtopic ... 07#p199907
An interesting way to create a low frequency random signal:
An interesting way to create a low frequency random signal:
Code: Select all
(lp (force-srate *sound-srate* (force-srate 4 (noise))) 2)