Getslice counterpart

Hi again,
Which is the best method to modify automatically, just an slice inside a multiple data IObox.

I tried, SetSlice with no success, it seems that SetSlice changes all my slices on the IObox, insted of the choosen one by the Index value on SetSlice.

May be I’m doing something wrong.

Thanks in advanced about any enlightenment,
Gustavo

try SetSlice (Spreads)

Got it, I just needed to add Slices of Spread on SetSlice Inspektor

Hi Kalle, thanks for your fast answer.

I tried, SetSlice(Spreads) with no success, it seems that >SetSlice changes all my slices on the IObox, insted of the >choosen one by the Index value on SetSlice.

May be I’m doing something wrong.

Any idea?

Hi again,
Which is the best method to modify automatically, just an slice inside a multiple data IObox.

I tried, SetSlice with no success, it seems that SetSlice changes all my slices on the IObox, insted of the choosen one by the Index value on SetSlice.

May be I’m doing something wrong.

Thanks in advanced about any enlightenment,
Gustavo

Ok now I can change a particular slice, but when I change the index, the just changed value get lost because is replaced by SetSlice Spread value. Is there any way to avoid that?

Any idea?

Hi again,
Which is the best method to modify automatically, just an slice inside a multiple data IObox.

I tried, SetSlice with no success, it seems that SetSlice changes all my slices on the IObox, insted of the choosen one by the Index value on SetSlice.

May be I’m doing something wrong.

Thanks in advanced about any enlightenment,
Gustavo

yes, use a FrameDelay (Animation) too feed the altered spread back to SetSlice…

Creating Feedback Loops gives some explanations to tonfilms solution.

btw:
Hi Again…

Thanks Tonfilm, I understand perfectly your solution but unfortunately, just in theory, I don’t know how to use it on practice with set slice, I tried some ideas but no one work.

I saw the example Kalle did sugest, I see how to use FrameDelay to keep the last value, but again, I don’t know how to use it on SetSlice to keep modifications after index change.

Is there some example where FrameDelay is used with SetSlice?
Or at least another examples with FrameDelay to keep investigating?

Thanks, and sorry about my inexperience on vvvv.

Best,
Gustavo

Hi again,
Which is the best method to modify automatically, just an slice inside a multiple data IObox.

I tried, SetSlice with no success, it seems that SetSlice changes all my slices on the IObox, insted of the choosen one by the Index value on SetSlice.

May be I’m doing something wrong.

Thanks in advanced about any enlightenment,
Gustavo

S+H should also do the trick.

the trick is to feed the second input with a spread

check the patches from this workshop, it should contain a patch named list, where the framedelay technique is used. http://vvvv.org/tiki-index.php?page=node08.workshop.FrameBasedAnimations

but S+H is a more practical solution.

if you are looking for a more general solution to alter spreads, there are some user modules here:
http://vvvv.org/tiki-index.php?page=User+Modules#Spreads

especially BuildSpread could be interesting…

Thanks guys, that was very useful!

Hi again,
Which is the best method to modify automatically, just an slice inside a multiple data IObox.

I tried, SetSlice with no success, it seems that SetSlice changes all my slices on the IObox, insted of the choosen one by the Index value on SetSlice.

May be I’m doing something wrong.

Thanks in advanced about any enlightenment,
Gustavo

Hi again