Crash when compiling dsp to dll
-
If I set the network to "allow compilation" in the "Record Demo" project, and then try to compile the network to dll, the compilation fails with this error message:
❌ /Users/ulrikboden/Music/Hise/HISE-develop/hi_dsp_library/node_api/nodes/processors.h:1055:3: static assertion failed due to requirement 'std::is_base_of<scriptnode::data::base, script_fx1_impl::simple_player<1>>() || std::is_base_of<scriptnode::data::base, script_fx1_impl::simple_player<1>>()': T must be base class of data::base
Is it supposed to work to use the compiled dll in a Hardcoded FX?