p0nce

Results 629 comments of p0nce

For Pianoteq, the JUCE LV2 wrapper from FalkTX was used.

- [x] Transition parameters to being "meaningful" aka not normalized when they can => deferred to #518 - [x] Adopt state like in DISTRO framework, verify if we can build...

Internal state could be used for things like: random seed, UI size, general settings.

That cause plugin visual output to change based on the samplerate, which isn't great.

Tutorial [Dplug Tutorials 11 - UI Feedback optimizations in Lens](https://dplug.org/tutorials/Dplug%20Tutorials%2011%20-%20UI%20Feedback%20optimizations%20in%20Lens.pdf) explains how to do it.

1. Not sure if easy to fix (EDIT: aaaah, perhaps) 2. Absolutely, what I prefer even is to make things auto-initialize, that is the first `nextBuffer` takes the first input...

I don't find the smoothers very good, what would you say of removing them? I feel like anyone can build better ones, and the linear smoother isn't very useful either.

@Geod24 Possible to sponsor https://issues.dlang.org/show_bug.cgi?id=20510 in order to have #3864 fixed? Definately would be interested in keeping Mac compat. Contact me for testing x86_64 or arm64 binaries, macOS Monterey (arm64/Rosetta)...

Is there a need to workaround this in intel-intrinsics? What should I avoid?

Hello, EDIT: I realized afterwareds that may not the same bug We are making a pitch-correction plugin. A crash of OBS Studio at close was reported 5 times by our...