byulparan / cl-collider

A SuperCollider client for CommonLisp
Other
224 stars 24 forks source link

exception in GraphDef_Recv: UGen 'ExpLin' not installed. #102

Closed TatriX closed 3 years ago

TatriX commented 3 years ago

Hi! Code bellow

(proxy :exp-lin-test
       (poll.kr 1 (exp-lin 300 20 20000 0 1)))

gives an error:

exception in GraphDef_Recv: UGen 'ExpLin' not installed.
byulparan commented 3 years ago

(exp-lin 300 20 20000 0 1) is returned 0.39203042. so (proxy :exp-lin-test (poll.kr 1 (exp-lin 300 20 20000 0 1))) is work for me. but exp-lin is don't work with UGen(exception in GraphDef_Recv: UGen 'ExpLin' not installed.)

I will fix it asap. thanks!

byulparan commented 3 years ago

I fixed lin-lin lin-exp exp-lin exp-exp, and It needs many test.