Skip to content

0.0.2

Latest
Compare
Choose a tag to compare
@johannphilippe johannphilippe released this 30 Sep 20:59
· 76 commits to main since this release

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