H and V ramp visualizer made in Processing

Category: Uncategorized · Tags: — · Posts: 4


#1 — joem · 2021-10-04

Hi all. I was curious about various combos of weird H and V ramps, and don’t have enough things to patch up such arbitrary stuff, so I made a little program in Processing to visualize this stuff. Here’s what it looks like:

Screen Shot 2021-10-03 at 10.38.20 PM

You can draw in the ramp profile boxes (to make wacky ramps!), and you can adjust the threshold of the keyer. Also most keys on the keyboard do things. See the full documentation in the top of the processing file, but the short version is:

Anyway, it helped me visualize a few things, so maybe it’ll help you too. Feel free to download it and run it in Processing yourselves if you want:

image

GitHub

image

https://github.com/joem/hv_ramp_comboA Processing program to create H and V ramps, display them, and combine them - GitHub - joem/hv_ramp_combo: A Processing program to create H and V ramps, display them, and combine them

Link: GitHub - joem/hv_ramp_combo: A Processing program to create H and V ramps,...


#2 — joem · 2021-10-04

I have a long list of features I want to add and ways I want to clean it up and improve it, but I’m not sure I’m going to get to them. That said, if you have any feature requests or issues, feel free to mention them here or on github and I might do something about it.

Also if it runs horribly on your computer, please let me know about it. I have a relatively new computer and it’s the only thing I’ve tested it on and it runs great for me, but there are a few ways I could probably further improve performance if that’s an issue for anyone.


#3 — esnho · 2021-10-04

That’s cool!

Recently I prepared a sketch about sync and oscillators, it can be hugely improved but I find it nice:

https://editor.p5js.org/esnho/sketches/UGPInh9qd


#4 — joem · 2021-10-05

Oh nice! Yay for more visualizations of how video synth stuff works!

I should see how well mine runs in p5js sometime… It’d be nice to have it available to run on the web like that.