That seems to work, though I'm also testing on Debian (Squeeze) so it'll need testing on other platforms.
I've made a patch from your code (attached) which I'll post on Bugzilla with a bug report.
(Another problem with using single letter variables is it makes them hard to search for in files)
Search found 59476 matches
- Mon Mar 26, 2012 12:11 pm
- Forum: Nyquist
- Topic: Error using the predefined sixteenth note constant
- Replies: 17
- Views: 5616
- Mon Mar 26, 2012 10:30 am
- Forum: Nyquist
- Topic: Error using the predefined sixteenth note constant
- Replies: 17
- Views: 5616
Re: Error using the predefined sixteenth note constant
the existence of this thread here will give people a "heads up" to the duplicated symbol issue Also "s" quickly becomes a very familiar variable for anyone writing plug-ins. I suppose these duration constants should be documented here: http://wiki.audacityteam.org/wiki/Nyquist_P...
- Mon Mar 26, 2012 8:34 am
- Forum: New Plug-Ins
- Topic: ReplayGain
- Replies: 116
- Views: 98423
Re: ReplayGain
Click where it says "NEW VERSION" in huge letters near the bottom of the first post.macnab wrote: 1) I can't work out where to download the file from.
Audacity does not currently support plug-ins in Chains.macnab wrote:2) I presume that as it is a plugin that one can't use batch processing.
- Mon Mar 26, 2012 6:59 am
- Forum: Nyquist
- Topic: Error using the predefined sixteenth note constant
- Replies: 17
- Views: 5616
Re: Error using the predefined sixteenth note constant
Sorry Steve, but this is wrong. Hmm ... partly wrong. Running your test code in a new project, the first time the code is run it prints 0.25, then it gets clobbered. This does at least give a workaround for the case of Generate plug-ins by setting s to 0.25 near the start of the plug-in code. (Is t...
- Mon Mar 26, 2012 6:03 am
- Forum: Windows
- Topic: Time Delay when recording
- Replies: 3
- Views: 3399
Re: Time Delay when recording
The Download page on the main Audacity web site is here: http://audacityteam.org/download/
Please see here regarding your main question: http://forum.audacityteam.org/viewtopic ... 46&t=64523
I'll lock this topic to avoid confusion.
Please see here regarding your main question: http://forum.audacityteam.org/viewtopic ... 46&t=64523
I'll lock this topic to avoid confusion.
- Mon Mar 26, 2012 5:30 am
- Forum: Windows
- Topic: No sound on external speaker
- Replies: 17
- Views: 8770
Re: No sound on external speaker
Are you using an Acer Aspire One notebook computer running Windows 7?cholster wrote:I have the same problem
- Mon Mar 26, 2012 5:29 am
- Forum: Windows
- Topic: Merging two projects into one
- Replies: 5
- Views: 1528
Re: Merging two projects into one
The way that I would suggest that you do it is to Import the other person's recording and record your track against that (don't use your karaoke version at all). If you have two instrumental parts it is likely to end up sounding jumbled. See this tutorial for more information: http://manual.audacity...
- Mon Mar 26, 2012 5:20 am
- Forum: Windows
- Topic: Error to Reference in line 7?
- Replies: 10
- Views: 3070
Re: Error to Reference in line 7?
Try this file:
Re: focus
I think davexnet wants to go off and check email while it's loading and Windows focus is getting stuck. and that's the thing to which I said " I don't know why you can't switch to other applications while Audacity is copying in a file. " I've seen this odd behavior in other products too. ...
- Mon Mar 26, 2012 5:11 am
- Forum: Nyquist
- Topic: Error using the predefined sixteenth note constant
- Replies: 17
- Views: 5616
Re: Error using the predefined sixteenth note constant
The reason is that the Audacity Nyquist interface uses the "s" variable to store the Audacity sound object, blindlessly overwriting the Nyquist "sixteenth" value, so using the "s" symbol for a sixteenth note indeed signals an error (just tested with Audacity_2.0). Use ...