Re: [Audacity-nyquist] [Audacity-quality] Floating point input from slider widget
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Vaughan J. <va...@au...> - 2010-08-27 23:09:11
|
On 8/27/2010 12:54 PM, aud...@li... wrote: > Date: Fri, 27 Aug 2010 21:50:53 +0200 > From: edgar <edg...@we...> > Subject: Re: [Audacity-nyquist] [Audacity-quality] Floating point > input from slider widget > To: Discussion of developing Nyquist plug-ins for Audacity > <aud...@li...> > > > To recap, we're talking about two things here: > > > > * "float" controls being treated at int. That's what Edgar was going > > to patch. > > I was never going to patch anything. ??? Sorry, I guess Steve wrote the patch. > > > I see where to do that (Nyquist.cpp line 285). Currently, not > > just "float" but anything other than "real" is assumed to be an "int" > > slider. Sure we want to change it to just ignore the control? > > No, an error message must be returned, at least in the 'debug' window, > that's what I had said from the beginning. Ignoring a wrong value is > even worse than returning a wrong integer. Thanks. As mentioned in my other message, the only place it can be detected is when the effects are loaded, so it can't go to the debug window, but I have it putting up an alert. - Vaughan |