Releases: johannphilippe/hypercurve
Releases · johannphilippe/hypercurve
wasm_test
hypercurve csound wasm module test
0.0.2
New
- "_curve" suffix for all curve algorithm (
curve_base) in every frontend (including Lua) - Cubic spline curve ported to Csound opcodes
- Cubic spline implementation improved
- Faust C FFI implementation
- Added logarithmic_curve and exponential_curve approximations
Fixed
- Renaming mouse curve to "mouth curve" - (typo fix)
- Round instead of floor for Csound index calculations
- Fixed size issues with 0 padding when one sample is missed (fractional size divided by 3, 6, 9 ...)
- Fixed Cubic Spline allocation issues
Hypercurve at CNSMD Lyon
cnsmd_lyon_presentation csound fully gen
0.0.1
First beta release.
This release includes :
- Hypercurve shared library
- Csound opcodes
- Lua module
- LuaJIT interpretor and dynamic library
Built with Csound 6.17 on Windows and MacOS, 6.18 on Linux.