Closed luismrguimaraes closed 3 hours ago
Also else/perlin~
. Let me know if you were already aware of this. I haven't yet seen a list with all the supported objects, so I'm trying to be helpful and by reporting all the unsupported I find.
Thank to report! I thought this was resolved, it has to do with abstractions.
All the objects not supported should print an error message, this is not the case for perlin~
and float2sig~
, this should be fixed from commit f2eb208e81271236b222ee39c1d930d3717f5802, again you must install using
pip install git+https://github.com/charlesneimog/pd4web
Great, I'll confirm it tomorrow. I also got errors when compiling [else/db2lin]
and [cyclone/db2a]
.
Apparently, for the cyclone object, it's a cmake error.
I believe was the same error! Both objects are compiling here!
Let me know!
Here is the error I'm getting:
I'm using version
2.0.10rc6
and have already tried again after removing thebuild/
and thePd4Web/
folders.