Dave Mollen
Dave Mollen
packed_simd stopped compiling because the platform_intrinsics feature has been removed. Maybe this makes the earlier request for replacement with portable simd relevant again. See the issue at the packed_simd repository:...
I get the following error: ``` input: InputPort, | ^^^^^^^^^^^^ not found in this scope ``` How can I import `InPlaceAudio` and `InPlacePort`?
I tried setting the type explicitly by passing INSTRUMENT_TYPE to the target_add_auv2_wrapper function. But that doesn't work when I also use the MACOSX_EMBEDDED_CLAP_LOCATION. Otherwise it works fine. Should I pass...