Line graph in Jitter?
ygreq
8月 25 2024 | 6:54 午後
Hi folks!
I have a stream of numbers from 0. to 20. that I would like to update a line graph with in real time. All rendered in a window.
Any idea on what to look for? What objects to use?
Thank you so much!
ygreq
8月 26 2024 | 10:44 午前
I made a patch that does what I wanted. But it moves slow once it gets connected to the other objects of the installation. These are not present in the example patch below.
Any idea how I can get this into GL so it moves faster?
Now it's in the 2d realm.
Thank you so much!
Pedro Santos
8月 26 2024 | 2:22 午後
Hello YGREQ. Is this better in terms of performance? It certainly is in terms of simplicity.
ygreq
8月 26 2024 | 7:20 午後
OMG! This looks so much better! Thank you!
I will check soon with the rest of the patch
sousastep
8月 27 2024 | 2:14 午前
you may also consider yoinking the oscilloscope from the M4L LFO
Matteo Marson
8月 27 2024 | 8:14 午前
If you're into jit.gl.pix programming, this is an alternative to jit.gl.graph:
And here an explanation of how it works:
https://www.patreon.com/posts/tutorial-33-with-79734759?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link
ygreq
8月 27 2024 | 3:49 午後
Thank you all! Wonderful examples!
Ben Bracken
8月 27 2024 | 4:40 午後
And yet another example using jit.gl.path:
ygreq
8月 27 2024 | 5:16 午後
I definitely need to use zl more often. ;))
Thank you!!