Max Msp object Replacement for jit.op?

Davidson Audio & Multimedia's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Trying to find a way of doing this or something with just MaxMsp objects. I would like to find a way of encoding like this to create random values. By not entering the right decode sequence alternate values are instead depending on decode value.

Trying some different options with vexpr object and text object. Any pointers would help Thx.

Floating Point's icon
Max Patch
Copy patch and select New From Clipboard in Max.

this is the non-jitter version: it uses vexpr instead of jit.op, and atoi and itoa instead of the jit.str objects
but I have to say this is not a very robust way to protect / encrypt-- it would be very easy to hack

Davidson Audio & Multimedia's icon

Thanks I was attempting to do the vexpr but my atoi's were wrong. I found this example in the old tutorials and thought it could maybe serve a different purpose as a "random" type patcher for randomizing not really thinking of using it for protection. This would need serious work to be a protection system.

Thank you Floating Point for your help much appreciated. It does not work exactly like jit.op in the way it scrambles two matrices. Vexpr doesn't fill in the blank spots to match the alternate matrix input list when the lists are different lengths or lines. Very close to what I am going for I just need to research a little more on vexpr.

Floating Point's icon
Max Patch
Copy patch and select New From Clipboard in Max.

it's unclear what you actually want to do, but you could randomly generate any number of values in a list with a particular range with vexpr: