Emute-Lab-Instruments / uSEQ

18 stars 0 forks source link

invalid operation #83

Closed chriskiefer closed 1 month ago

chriskiefer commented 1 month ago

trying to output a sine wave

useq:

; LFO mode (set twopi 6.28318530718) (defun btou (x) ( 0.5 (+ x 1.0))) (sin (btou ( bar twopi)))

output from the last line:

ERROR:

(sum) All arguments should evaluate to a number, but argument #1 is a list instead: (* bar twopi) \nERROR: (product) Argument #2 evaluates to an error: (+ x 1.00)\nERROR: (ard_sin) Argument #1 evaluat

es to an error: (btou (* bar twopi))\n==>