Hi,there
I can't make [&&~] , [||~] , [==~] objects in pd.
But I can make them without the ~. I saw on a tutorial that it is possible, because they used it in an example.
I have version 0.40-2 and using ubuntu
Please help me,
Math and Logic functions
Hi,there
I can't make [&&~] , [||~] , [==~] objects in pd.
But I can make them without the ~. I saw on a tutorial that it is possible, because they used it in an example.
I have version 0.40-2 and using ubuntu
Please help me,
they are zexy objects. for some weird reason, tilde (~) objects are ok in vanilla pd, but have trouble in zexy.
i don't understand why.
but they can be replaced using [expr~]
for example, [==~] ---> [expr~ $v1==$v2]
where $v1 = signal coming from inlet 1, and $v2 = signal from inlet 2
Oops! Looks like something went wrong!