Simple Gen Video Synth

Andrew Benson's icon

I was thinking today how fun it would be to knock together a very primitive 3-color function generator video synth using jit.gl.pix, and wanted to share this with you guys. You'll have to bear with it being completely undocumented, but hopefully you can take it and have a little fun and extend it.

Max Patch
Copy patch and select New From Clipboard in Max.

b00kwheat's icon

This is fun. Thanks so much for sharing this.

Not so familiar w/ Gen. How would you control the speed?
For example, if I wanted to make it slow and more fluid.

tada's icon

Thanks Andrew this is amazing! I can't wait to dig inside

vichug's icon

yeaaaah

Andrew Benson's icon

@ALEATOR1C You could try adjusting the time divider at the top to a higher value. That would at least slow down the phase cycling. You'll probably also want to adjust the other parameters too.

MakePatchesNotWar's icon

Hello,

Trying to fix this for max6 but i'm a bit stuck with the "scl"-parameter going in the leftmost jit.gl.pix. Weird thing is it's not declared in the pix-object and there's no empty inlet somewhere (or is it the alpha-channel?). Anyway its already a great patch, thanks for sharing!

Max Patch
Copy patch and select New From Clipboard in Max.

Luvulongtime!

Andrew Benson's icon

Nice catch! I think the "scl" parameter was leftover from the first run through I did, and I deleted it in favor of channel-specific scale parameters. At any rate, it's true that it doesn't do anything. :)

Richard Waltman's icon

Thank you very much for this bit of code! I plan to implement this as a video element in a multimedia work. I'll cite accordingly!

elitonez's icon

Wow, this is incredible! Thanks for sharing :]

jninek's icon

I love stuff like this. Thanks for the post

2K's icon

I've never thanked you for this patch Andrew. Was really inspiring and important for the Vsynth development.

Andrew Benson's icon

@2K you're very welcome! Vsynth is legendary, and keeps getting better.

Everyone else, go get Vsynth from the Package Manager. :D

vichug's icon

hats off chaps.

obbligato's icon

Just wanted to circle back and say thanks for this. I've been having a lot of fun with it.