mightgoyardstill

Results 6 comments of mightgoyardstill

this is evaluating it in my main.cpp, unfortunately if you don't use JS_EVAL_TYPE_MODULE you can't import modules as far as i'm aware? ``` JSRuntime *runtime = JS_NewRuntime(); JSContext *context =...

well from the output path `Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AudioToolbox.framework/` it seems like its linking against my older sdk even though in my cmake i've set the following: ``` set (CLAP_WRAPPER_DOWNLOAD_DEPENDENCIES TRUE CACHE BOOL...

just had a look here and it looks like you aren't pulling in the most recent audio unit sdk? https://github.com/free-audio/clap-wrapper/blob/cef9bb58a5cce45a56b8d453f60d1c4c70a683bb/cmake/base_sdks.cmake#L203 ``` if (NOT "${AUDIOUNIT_SDK_ROOT}" STREQUAL "") # Use the provided...

i've uploaded the project onto github with some notes about how i'm building, i was talking to defiantnerd and they seem to think its probably an issue building using ninja?...

i'll have a dig but unfortunately i was trying to look at the standalone code to figure out how to write my own host! is there a version anyway that...

ok thanks for your help - i've been using your micro-host as a basic example and have gotten quite far with my own version from that (but thats maybe not...