Emute-Lab-Instruments / uSEQ

18 stars 0 forks source link

fix 'seq' function #95

Closed chriskiefer closed 1 month ago

chriskiefer commented 1 month ago

(a1 (fromList '(0 0.1 0.8) bar)) is different from

(a1 (seq '(0 0.1 0.8) bar))

but should be the same

monkey-w1n5t0n commented 1 month ago

Was also fixed here by commenting out the implementation of seq in LispLibrary