Get The Code

Thursday, May 26, 2011

Reversing The Frequency

I want to add two new blocks a constant (1) Frequency and a 2X Multiplier Frequency
I ran into a problem with my recursive function that sends the frequency to the child Nodes.

I realized that it was overriding all of the child frequencies that are set in the custom scripts

I am going to do it in reverse so that the child will look at what the parents frequency is and act accordingly
instead of the parent setting the child frequency.

No comments:

Post a Comment