hi,
i've transformed my former "filterbank resynthesis patch"
so that you can now set the number of filters used
for filtering/resynthesis.
by making this, i discovered the followings
faulty behaviours with messaging :
a/ "find" & "cut" messages make PD crash
if the patch is not displayed.
the message is :
"Consistency check failed: glist_findrtext"
some people reported that it crashes "sometimes",
i guess that's because the patch whose messages are sent to
were not open.
b/ "pop" message doesn't work :
the message is :
"Consistency check failed: gstack_pop"
c/ some errors is Henry Damien's doc
( which was a precious help, i must say ) :
* there's no "editmode 0" or "editmode 1",
it's rather a toggle and the message is only "editmode"
** unlike "editmode", "vis" message requires an argument :
"vis 0" or "vis 1".
i'm using test17.
cheers,
yves