Not sure if this section is the appropriate place to ask for this, if is not please move it where it should be.
I've been developing a realtime broadband noise reduction lv2 plugins for a couple of months now called noise-repellent (https://github.com/lucianodato/noise-repellent). Initially I targeted Ardour to be the main platform to be used with but some users ask me to make it work with Audacity too. The problem is that I don't really know the internals of the effect applications used in Audacity and my plugin relies in temporal buffers for noise profiling and various other stuff so when it is applied it does not change anything. I'm close to releasing a new version of it and I wanted to know if I could do something to fix this and get it to work with audacity too. I will appreciate any hints or insights you guys could give me regarding this.