getting organised about new Nyquist plug-ins

Suggestions and Questions About the Forum Web Site.
Forum rules
ImagePost here only if the Forum isn't working as you would like or expect.

If you require help using Audacity, or think you have found a "bug", please post on the forum board relevant to your operating system.
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

getting organised about new Nyquist plug-ins

Post by steve » Thu May 13, 2010 4:30 pm

[Topic split from here: http://forum.audacityteam.org/viewtopic ... 20&t=29964 ]
Gale Andrews wrote:it seems to me what most are "envisaging" is that the first audio sample and last audio sample in the selection should have gain applied so as to be at the target level set in the effect.....
would a way forward (after you've worked up Fade Envelope) to make some stripped down demo plug-in that does the above, and see what people make of it?
I can certainly do that, though I don't think it will produce what they expect.
I was thinking today along the very same lines. It's on my ToDo list :)
Gale Andrews wrote:
stevethefiddle wrote:Could I put a page on the Audacity wiki with a more detailed and complete "Help"?
Longer term I don't see why not,.....
Cool :) In the shorter term I can use my own web site.

Gale Andrews wrote:More generally, I'd like to get *much* more organised about publicising/making available new Nyquist plug-ins when they have reached a sufficiently mature stage that they are suitable for an end user. At the moment I seem to be stumbling across various new Nyquist plug-ins in various Forums here, and I'm not clear about their maturity, and I have no idea what other ones there are. I'd like to agree one place for these to go on the Forum (I'm happy to create a new subforum if that helps). As soon as mature, I would like to see these added to the Wiki Download Nyquist Plug-Ins page.
There's a big backlog of stuff floating around - I'll be happy to help out where I can, though as you are well aware, time constraints are ever pressing.
Gale Andrews wrote:I've moved your anechoic reverb effect out of the April fool's thread to this thread in the "Adding Features" forum, for want of anything better.
Hmm, maybe I should delete that - it was just another April Fool ("anechoic chamber reverb" :? )

Re. the "Text Entry Envelope" - I'll start a new thread for that.
Last edited by steve on Fri Apr 24, 2015 3:24 pm, edited 3 times in total.
Reason: topic split
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

waxcylinder
Forum Staff
Posts: 14687
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: More versatile Nyquist fade/amplify effect

Post by waxcylinder » Thu May 13, 2010 4:33 pm

Hmmmm - I didn't realize that it was an AF :oops: - and in my housekeeping elf-task on the FR pages I just moved it to Audio Processing - do you want me to remove it Steve?

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: More versatile Nyquist fade/amplify effect

Post by steve » Thu May 13, 2010 4:50 pm

You would have realised if you used it :D

Somewhat obfuscated, but here's the main bit of code:

Code: Select all

(defun msg1 ()
(strcat 
(string(code-char 97))
(string(code-char 112))
(string(code-char 114))
(string(code-char 105))
(string(code-char 108))
(string(code-char 32))
(string(code-char 102))
(string(code-char 111))
(string(code-char 111))
(string(code-char 108))
(string(code-char 33))))

(defun msg2 ()
(strcat 
(string(code-char 32))
(string(code-char 32))
(string(code-char 32))
(string(code-char 32))
(string(code-char 58))
(string(code-char 45))
(string(code-char 41))
))
(format NIL "~a~%~%~a" (msg1) (msg2))
Copy and paste into the "Nyquist Prompt" effect to see what it does.

(I've deleted the post)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: More versatile Nyquist fade/amplify effect

Post by Gale Andrews » Fri May 14, 2010 12:03 pm

waxcylinder wrote:Hmmmm - I didn't realize that it was an AF ...
Anechoic...reverb... OK, we were had. :D

So is the workflow that a new plug-in will start life in "Adding Features to Audacity" then it goes to "Audio Processing" when ready for end-use, or just after a set time period? And we never use "General Audio Programming" for Nyquist Plug-ins? I still find this a bit confusing. I don't think the Forum descriptions are very clear, but I'd have thought "General Audio Programming" would be the place for "ready" plug-ins, and "Audio Processing" was for handling user enquiries about "how to use effects" or "which is the best combination of effects to do this"?

We have a good workflow for moving feature requests to "Pending Feature Requests" on the Wiki (thanks, Peter); but I'd like to see an equally good workflow for Nyquist plug-ins. I'd be happy to do the moving to Download Nyquist Plug-ins if there was a clear single place on the Forum to grab them from. It would be better too if we could upload files direct to that Wiki page, but that's something I have to re-clarify with Buanzo.

Just to clarify about "longer term" adding to the Wiki of explanatory pages about effects - for me this means it's OK once the plug-in is in an Audacity release, or agreed to be. Otherwise, lengthy illustrated text that wouldn't fit in the bundled help should preferably be on the author's site, linked to on the "Download Nyquist Plug-ins" page.



Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: More versatile Nyquist fade/amplify effect

Post by steve » Fri May 14, 2010 7:18 pm

I think a "Nyquist" or "Developing Audacity Plug-ins" board in the "Programming and Development" section would be useful.

Regarding "Work flow"
Initial ideas could start anywhere on the forum, but if the ideas became discussions about Nyquist code or were developing plug-ins they could be moved to the new board.
I'm not sure about any form of "formal approval" before transfering plug-ins to the "Download Nyquist Plug-ins" on the wiki, but clearly they would need to shown to work before going to the wiki.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: More versatile Nyquist fade/amplify effect

Post by Gale Andrews » Sat May 15, 2010 11:48 am

stevethefiddle wrote:I think a "Nyquist" or "Developing Audacity Plug-ins" board in the "Programming and Development" section would be useful.
I've gone for "Developing Audacity Plug-ins" even though most will be Nyquist.
stevethefiddle wrote: Regarding "Work flow" Initial ideas could start anywhere on the forum, but if the ideas became discussions about Nyquist code or were developing plug-ins they could be moved to the new board.
OK. The wording I've got up at the moment implies that a *general* discussion about Nyquist code that wasn't really focused on a specific effect would still go in "General Audio Programming". If you think we need a forum that keeps all Nyquist discussions together, then I think we should better make the new forum "Nyquist" and broaden its scope. Does anyone come here wanting to develop LADSPA plug-ins?
stevethefiddle wrote:I'm not sure about any form of "formal approval" before transfering plug-ins to the "Download Nyquist Plug-ins" on the wiki, but clearly they would need to shown to work before going to the wiki.


You're the resident Nyquist genius so I'd tend to be guided by your comments, my feelings about usability and whether the author seems to be interested in developing the plug-in further. I guess either of us could include "ready" or similar in the subject of the thread to indicate it could be moved to "Download Nyquist Plug-ins".




Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: More versatile Nyquist fade/amplify effect

Post by steve » Sat May 15, 2010 1:05 pm

Gale Andrews wrote:Does anyone come here wanting to develop LADSPA plug-ins?
I don't recall ever seeing any posts regarding developing LADSPA plug-ins, so perhaps making the new forum "Nyquist" and broadening its scope would be a good idea.

BTW, the new forum displays an announcement in French "Migration du forum sur un nouveau serveur".
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Nyquist forum

Post by Gale Andrews » Sun May 16, 2010 10:50 am

[moderator note: split from here: http://forum.audacityteam.org/viewtopic ... 20&t=29964 ]
stevethefiddle wrote:I don't recall ever seeing any posts regarding developing LADSPA plug-ins, so perhaps making the new forum "Nyquist" and broadening its scope would be a good idea.
Done.
stevethefiddle wrote: BTW, the new forum displays an announcement in French "Migration du forum sur un nouveau serveur".
That's because the message was posted as a "Global" announcement, which makes it appear in all Forums, even newly created ones. Moderators/admins can solve that as follows. Edit the message in any of the places it occurs and change it to a normal "Announce". That will remove the message from all Forums except the one you are in. You can then delete the message normally and it will be gone. Done.



Gale
Last edited by Gale Andrews on Fri Apr 24, 2015 3:24 pm, edited 2 times in total.
Reason: topic split
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply