This website requires JavaScript.
Explore
Help
Sign in
jepler
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
fix-pio-program-offset
circuitpython
/
shared-bindings
/
audiofilters
History
dcooperdalrymple
d84cdbc998
Update Distortion class docstring.
2025-01-17 15:43:17 -06:00
..
__init__.c
Remove separate DistortionMode code files.
2024-10-31 10:33:09 -05:00
__init__.h
Initial structure for biquad filter effect.
2024-10-22 09:17:58 -05:00
Distortion.c
Update Distortion class docstring.
2025-01-17 15:43:17 -06:00
Distortion.h
Added
soft_clip
property to toggle between hard clipping (default) and soft clipping.
2024-12-11 12:17:01 -06:00
Filter.c
Apply similar updates to audiofilters.Filter and audiodelays.Echo: MICROPY_FLOAT_CONST, MP_ROM_INT, and synthio_block_slot_get_limited.
2024-12-10 09:33:35 -06:00
Filter.h
Rename
filters
back to
filter
and support individual Biquad object and tuple of Biquad objects.
2024-11-07 13:03:59 -06:00