@StaggerTooth link is directly to a zip file, it might have automatically downloaded after you clicked? working for me but i'll check with more people :)
Prototyping a new plugin called zlndl (zero latency no distortion limiter), with 2 ctrls: Input (up to 100dB!) and threshold. As handy live utility, or for crazy pumping.
@k8stone Hi Kate, thanks for letting me know. I just tested now and https://t.co/POZc4RYjlH works for me and redirects to the fircomp 2 page. Is it still not working for you at the moment?
https://t.co/e6M5A4RJTX Recently, I have been working on a single C/C++ header which neatly wraps SSE2/x64 and NEON/ARM64 SIMD intrinsics. I am releasing it under an MIT license in the hope that some people find it useful (or find bugs!) :)
@wrl https://t.co/MjEVGCzs3y Not officially supported on Linux, so I have been making the download link available for free to anyone who asks. Works for most people atm but not on some distros.
https://t.co/2uYZhvTIUt How to de-ess vocals using Fircomp 2 - but same principles apply to any compressor! Also discussion of noise consonants & vowels when editing
https://t.co/fqdBXFGNeg Updated & improved the Fircomp 2 manual with the latest features. Signal flow diagram coming soon. Current downloads still have the old manual - so this is a recommended download until the next release (soon).
@a_invi I do agree it would be nicer to have the generic params work the way you describe. Unfortunately I am completely paranoid about maintaining 100% backwards compatibility for old projects, which is why it is the way that it is :)
The release candidate for Fircomp 2, version 2.1.0, is now available to download from your original Gumroad link (contact me if you want it re-sent). The old & stable May16 version will remain up. The new ver should be fully compat with old projects/settings...
@a_invi VCA legacy and VCA new are the "same", but VCA new does a better job of adjusting the feedback intelligently to preserve the intended ratio - it's only the ratio that is changing, that's why the old impl is "hidden", but...
@a_invi Internally, the new overrides old. They are separate parameters so that the original parameter remains identical for maximum host compatibility (plugin state is saved to host via XML, but parameter range changes can sometimes cause problems in old projects in some DAWS)