Skip to content

v0.6.0

Compare
Choose a tag to compare
@tomara-x tomara-x released this 10 Jul 23:20

breaking changes:

  • existing scenes must adapt these changes to run in 0.6.0 (see commit message) d20a5e6
  • having multiple out() nodes was allowed, and their inputs were mixed together. now the last one to have an open white hole will set the output to that node, so do your mixing first eb6ac41
  • count is removed. use feedback() instead e7bbb90
  • repeat only works on targets now. its num determines the repetitions. use repeated branch/stack ops to repeat arrays 884e2b7
  • render used to work with nodes of any output arity, now the node must have 1 output
  • allpole_delay() is merged into allpole() 04e8d96

fixes:

  • #86 and #182 are fixed by the fundsp 0.18 update 079ac86
  • avoid overflows with shl() and shr() 17f27f4
  • clipboard now works in wasm 1185a2d
  • info texts are shown by default. use vt to toggle them, and vT to toggle ids. II,IC,ID commands are removed

new:

known issues:

  • the fft examples suck! i'm pretty sure that's just because i'm terrible at spectral processing. but the nodes themselves should be fine.

full changelog: v0.5.0...v0.6.0

POWER!