hi all,
I was asking myself if there was a way to store values ( a memory node) that could be used in the same ice Tree?
if yes, how?
Thank you very much
Is it possible to memorize values in ice?
-
mattmos
- Posts: 445
- Joined: 02 Dec 2009, 15:59
Re: Is it possible to memorize values in ice?
One way is to use a self.parameter where parameter can be anything - so you pipe your values into a set data (self.whatever) and add that into the first execute port. then lower down the tree you can use a get data with the same param.
-
didier13
- Posts: 13
- Joined: 01 May 2011, 10:13
Re: Is it possible to memorize values in ice?
Ok i understand the way to do this.
thanks
thanks