Skip to content

Splat v1.5

Compare
Choose a tag to compare
@gctucker gctucker released this 05 Feb 08:06
· 148 commits to moved-to-gitlab.com since this release

What's new?

  • Basic sequencer support #2 #10
  • 180x faster spline interpolation signal with native C implementation #7
  • Manual updated, reviewed and improved

API changes summary

  • splat.sample_types sample types consolidated with strings identifiers #12
  • splat.interpol.PolyList.signal new property to use native spline signal implementation #8
  • splat.data.Fragment.get_peak() new method to get maximum, minimum and average
  • splat.data.Fragment.grow() new method to increase the fragment length if needed
  • splat.data.Fragment.save() new argument normalize to normalize by default
  • splat.gen.Generator.run() new argument length as alternative to end

Main bug fixes

  • Levels (gains) can now be set with integers as well as floats and signals #5 #11
  • Fix test.SignalTest pass on i386
  • Fix error reporting with internal signals implementation