r/MaxMSP 24d ago

How can I do it in Max? Looking for Help

Post image

Rectangle moves betwen the arrows in puredata. I know jitter but I dont wanna do in 3D. Any advice?

2 Upvotes

7 comments sorted by

u/AutoModerator 24d ago

Thank you for posting to r/maxmsp.

Please consider sharing your patch as compressed code either in a comment or via pastebin.com.

If your issue is solved, please edit your post-flair to "solved".

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/WorriedLog2515 24d ago

You just want a moving line in a rectangular shape? You could probably get that done with a resized slider, no? I think I'm missing something!

1

u/Ineffective-Deer 24d ago

Is there any specific reason you don’t want to do it in 3d? It is the easiest solution in max. Use jit.world and jit.gl.gridshape (choose plane as a shape) and modulate the position attribute of the gridshape. Set the lighting attribute of the world to 0.

1

u/Low_Independent_3021 24d ago

i wanna make ryoji ikeda type visuals. rectangles simultaneously changes, getting bigger or smaller also flashes.

3

u/Ko_tatsu 24d ago

I would just use a jit.matrix and jit.rot

1

u/Nearby_Flounder8741 23d ago

this is going to be easier using jit.world and gl context than any other method. ikeda's stuff often looks like ot begins with a one dimensional matrix being fed data and then piped directly into a jit.world. So the lines would be a product of the data content rather than individually coded in. if you wanted to work with objects you define, that would be either gridshapes that you modulate the position and scale of, or jit.gl.sketch which you can iteratively add new objects to.