v0.6.0
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. usefeedback()
instead e7bbb90repeat
only works on targets now. its num determines the repetitions. use repeated branch/stack ops to repeat arrays 884e2b7render
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()
andshr()
17f27f4 - clipboard now works in wasm 1185a2d
- info texts are shown by default. use
vt
to toggle them, andvT
to toggle ids.II
,IC
,ID
commands are removed
new:
- distro can set order of targets cfbbe3f
swap()
a node swapping node 3d96d6b f3bd754:reset_bloom
commandrfft()
andifft()
81ce3cf a5771d3chan()
294788asamp_delay()
2eda517
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!