jit.expr to jit.gen

touk's icon

Hi,

i'm trying to reproduce this basic expression :

snorm[0] snorm[1] in[0]*in[1]

into the [jit.gen] world but i have any idea how start even by reading all tutorial about jit.gen...

i do some test but without success

Darwin Grosse's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Here is one way. I tend to swiz a lot, some of which is unnecessary. You might want to check out Gregory's jit.gen and jit.pix tutorials for more info...

[ddg]

touk's icon

Thanks for your reply