I'm trying to make a simple abstraction that will generate a hanning window of a chosen size. This almost works, but the resize message doesn't immediately recognize the $0 argument for the array. What's wrong?
Hanning abstraction
I'm trying to make a simple abstraction that will generate a hanning window of a chosen size. This almost works, but the resize message doesn't immediately recognize the $0 argument for the array. What's wrong?
didn't look at your patch, but i'm guessing you've done something like:
[$0-array resize $1(
??
in that case, with $0 in a message box, it won't work.
a better way is to do:
[resize $1(
|
it works ok, you just have to turn on the dsp.
[;pd dsp 1(
hmhv
Oops! Looks like something went wrong!