fiddle~: out of memory
All of my patches from 4.6 run with no problem in Max5, except the
"fiddle~ v1.2 Mach-O" object.
I get the message "fiddle~: out of memory" and I do not know what to do to fix it.
If anyone can help me I would be grateful.
-John Chowning
For whatever reason, fiddle~ in Max 5 requires that you type in the arguments to the object box (window size, # of pitch outlets, # of peaks to find, # of peaks to output).
-Ben
Thanks Ben, but the arguments were there
fiddle~ 1024 1 4 0
I tried retyping them, but same result.
Ayn other ideas?
-John
hmm, I get the same result with those arguments.
Looks like fiddle~ also doesn't like '0' for the # of peaks to output. Try changing it to 1, [fiddle~ 1024 1 4 1].
-Ben
Ben- That did it! Thanks much.
-John