Closed dimdieo closed 1 year ago
Hi, thanks!
You can find a list of supported objects here: https://github.com/Wasted-Audio/hvcc/blob/develop/docs/09.supported_vanilla_objects.md
Unfortunately [readsf~] is not on there :(
[table] is in the list of compatible object, but when creating the object in "compiled mode", this message is printed:
Warning: object "graph -> array" is not supported in Compiled Mode
Since [readsf~] is not in the list, nor [soundfiler], I don't think playing a soundfile is currently possible...
Thank you very much for the update, really impressive!
I tried to compile in C++ a simple patch that opens a sound file and plays it, but I get an error.
I understand that the compiler does not support
readsf~
Is the list of supporting objects the same as that of hvcc?Are there other objects that can read sound files?