Anyone know objects that do the following things :
1. A good morphing external - morph from this sound into another - buit like prosoniq morph (Im already aware of fftease)
2. An object/patch that will randomly play samples from a given folder (in windows and where all the samples have different names) without me having to rename them 1,2,3,4 etc or having to manually write out a long sflist. Even better that could play random snippets from bits ofd each sample (say ten secons in 4 secons in for 1 duration one secone etceetc) I hvae built my own patch to do this but Im not totally happy with it Id be interested to see what else is out there.
cheers,
Gus
for thing 2, check out polybuffer help file
Also for #2, just use a [umenu] with autopopulate. Then randomly select the files to play.
For #1, I was able to do this using [multislider] with a ton of sliders (like 2048), read from buffer~, then morph with [pattrstorage]. But the multislider limit of 4000-ish sliders/samples might be problematic.