Vladyslav Voinov
Vladyslav Voinov
Yeah then it may look more similar to other plugins(this scaling is more-or-less a visual representation), thanks for feedback, will have a look what could be done.
Hi. Yep, I am currently working on that. Current idea is to have another custom clipping type where you can manually adjust softness. Will post here once there would be...
Hi, thanks for such a detailed feedback! Regarding cons: 1. In theory x32 should make difference, but at least for me is seems as low prio issue for now, but...
Wow interesting feature, wasn't aware of it, thanks for sharing. Yeah that's correct there should be a delay at least because of oversampling and filters. Added improvements to the [Roadmap](https://github.com/vvvar/PeakEater/projects/2).
Hello @jeyz1176 ! Hm haven't heard about CTZ to be honest, but sounds interesting! Yes this is true, for now PeakEater unfortunately doesn't make any normalisation. But I'm planning to...
Ah i see, yeah you're right, having "no oversampling" option is really useful at this point. Haven't thought about that to be honest since was too concerned about aliasing. Perhaps...
Just for me to not lost. Here are two possible implementations. ```cpp // Based on sigmoid algo template static T sigmoid (T x) noexcept { // params auto const smoothing...
Thanks! Haven't tried that to be honest, but [framework states](https://github.com/juce-framework/JUCE#deployment-targets) that they're supporting Vista+. I'll try to see what could be done, have some ideas.
Seems [this commit](https://github.com/juce-framework/JUCE/commit/3fe8f8a86a771f6c96a4baeb66127138594cdc62) in framework [broke win 7 compatibility](https://github.com/juce-framework/JUCE/commit/3fe8f8a86a771f6c96a4baeb66127138594cdc62#commitcomment-96364785). There [is a fix](https://github.com/juce-framework/JUCE/commit/164c9121ceafb4fad686470ed963a7bb14f15c63), but it has not been released yet. I've tried to build with older version of framework, but...
Framework have released [new version](https://github.com/juce-framework/JUCE/releases/tag/7.0.5), it contains [fixes for Win 7](https://github.com/juce-framework/JUCE/commit/ebc31e603b824b7586fb93822459ece604c600b1). Made two builds based on it, can you please check, will any of them work on your side? [PeakEater_v0.4.1_Windows_Legacy_4032095230.63.1.zip](https://github.com/vvvar/PeakEater/files/10527528/PeakEater_v0.4.1_Windows_Legacy_4032095230.63.1.zip)...