Releases: azur1s/penare
Releases · azur1s/penare
0.2.1
Changes
- Updated the UI looks
Features
- Added option to clip the sign of the function. For example: positive function will always returns the values that are positive (some functions can returns negative values even if they're in the positive side) and the values that are out of the ranges will get clipped to 0.
0.2.0
0.1.3
Changes
- Change
Floorer
section toCrusher
- Add some paddings in UI
Features
- Waveshaper are now asymmetric! (You can still toggle symmetric with
Copy Function
) - Added new waveshapers
Sinusodial
andSinglefold
- Added ability to also apply hard clip function after waveshapers so now everything can turn into a hard clipper :)
- Added new crusher types
Round
,Bits
,BitsQ
,BitsQU16
0.1.2
0.1.1
Changes
- Changed
Clip
toWaveshape
as it's more of a waveshaper (although you can use it as clipper) - Update the UI to make it more lookable
Features
- Added 3 waveshaping functions (ScaledClip, Softdrive, TanhTwoAtanh)
- Added rectification with 2 modes (Half, Full)