12-06-2013 02:48 PM
This snippet gave you the same colorful graph as mine?
12-06-2013 03:00 PM
@gbvbalint wrote:
This snippet gave you the same colorful graph as mine?
Not a chance! There is nothing in that example to change the waveform generated between each iteration or to slow it down to human speeds. So, it looks fairly boring while running.
If you want something pretty to watch try this mod (backsaved to 2012)
12-06-2013 03:07 PM
@JÞB wrote:
@gbvbalint wrote:
This snippet gave you the same colorful graph as mine?
Not a chance! There is nothing in that example to change the waveform generated between each iteration or to slow it down to human speeds. So, it looks fairly boring while running.
Yeah, I ended up using the Tone Generation with Noise VI. It looks prettier then. But if you want white to always be your newest, then you need to try this modification I just did. It uses Rotate 1D Array and Replace Array Subset is set to always replace the first element. It is a more 1-to-1 of what you have, but I think it uses more memory.
12-06-2013 03:13 PM
Im sad about it 😕 Mine is working but how can i scale the number of used shift registers?
12-06-2013 03:22 PM
Here is my project, i cant get it work 😕
12-06-2013 03:27 PM
If u look at my project I want to ask that dont u know how to change teh color or delete the frame of the clusters?
12-06-2013 03:43 PM
I got it work!
12-07-2013 02:47 PM
@gbvbalint wrote:
I got it work!
Great!
Post what you needed to change and a small write-up of what you learned along the way. (trust me -You will come back to it often)
12-07-2013 03:04 PM
I used the snippet of crossrulz. The problem was that i took the code in a little individual loop first. Later i realized that, i just have to put it to the main loop, and woila it worked fine! I think your code would solve my problem too, but i didnt try it after the first worked. Thanks for your help!
12-07-2013 03:08 PM
My tweak to Tim's code just help visualize his method. Glad to have helped!