i try to build a module, that can fade in new created slices smoothly and also fade slices out before they are deleted by decreasing the spreadcount.
see the attached patch, which illustrates nicely what i like to do.
i have a few problems… when increasing the incomming spreadsize, due the feedback loop, the creation of the new slices are delayed each by one frame… change the incomming spreadsize fast to see the effect… decreasing is no problem no markable delay…
second problem: spreadcount feed with 0 produce ever increasing output spreadcounts…
i suspect what the problem but at the moment a cant solve it…
maybe the patch should be realised in a whole different way…
thx. of course i could do that, that would make thinks a lot easier. but its more elegant when spreadcount always have the optimal size… but maybe theres a way to adapt the spreadcount of the BarSpread without a feedback loop… i try that thx,