Tried using the streamstretch~ abstraction by William Brent (http://williambrent.conflations.com/pages/research.html) recently.
However, when I loading the patch from the associated help file in pd-extended, it won't work. I get the following error messages:
clone ./lib/streamstretch-buf-writer-abs 100 2415
... couldn't create
text define $0-streamstretch-chord-text
... couldn't create
text get $0-streamstretch-chord-text
... couldn't create
text tolist $0-streamstretch-chord-text
... couldn't create
text fromlist $0-streamstretch-chord-text
... couldn't create
clone ./lib/streamstretch-buf-writer-abs 100 1536
... couldn't create
Tried loading the patch in Pd Vanilla and I still get error messages:
clone ./lib/streamstretch-buf-writer-abs 100 2415
... couldn't create
clone ./lib/streamstretch-buf-writer-abs 100 1004
... couldn't create
I'm just wondering if anyone else gets the same kinds of error messages when they try to load this abstraction.