plugdata-team / plugdata

Pure Data as a plugin, with a new GUI
https://plugdata.org
GNU General Public License v3.0
1.59k stars 67 forks source link

Compile Mode Error #344

Closed dimdieo closed 1 year ago

dimdieo commented 1 year ago

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.

usage: Heavy [-h] [-o OUT_DIR] [-p SEARCH_PATHS [SEARCH_PATHS ...]] [-n NAME]
             [-m META] [-g GEN [GEN ...]] [--results_path RESULTS_PATH] [-v]
             [--copyright COPYRIGHT]
             in_path
Heavy: error: unrecognized arguments: Stems

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?

timothyschoen commented 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 :(

60-hz commented 1 year ago

[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...