Theodore Watson

Results 450 comments of Theodore Watson

suggest not merging until after 0.12.1 lot of changes needed in PG front and backend to support the new platform format as soon as we get 0.12.1 out we can...

@danoli3 could it be due to this commit? https://github.com/openframeworks/openFrameworks/commit/cd463eeb6aa005ea26f96447aaab5d68bf3390de#diff-90c5b050f4260e0bc98d6cab8e4bf95fcc8674a8a2628b1e5e7f7e009a3f11bbR20 Wondering why Audio is disabled. cc @Jonathhhan

@Jonathhhan would you be up for getting your Audio Worklet PR working now that OF is working again in emscripten and pthreads are enabled?

@Jonathhhan @danoli3 I have a audioworklet implementation but the issue I am having is it requires `-s MAIN_MODULE=0` Currently if we change -s MAIN_MODULE=1 to -s MAIN_MODULE=0 here: https://github.com/openframeworks/openFrameworks/blob/master/libs/openFrameworksCompiled/project/emscripten/config.emscripten.default.mk#L132 The...

At this point I think I am stuck - everything I am reading doesn't allow: `-s MAIN_MODULE=1 -s AUDIO_WORKLET=1 -s WASM_WORKERS=1` Yet `-s MAIN_MODULE=0` completely borks all the calls we...

Thanks @Jonathhhan !! Will give that a try - fingers crossed it works and we can have audio back in emscripten.

@Jonathhhan can confirm that I can build and run with these symbols now: `PLATFORM_LDFLAGS += -s AUDIO_WORKLET=1 -s WASM_WORKERS=1 -sENVIRONMENT="web,worker" -s WEBAUDIO_DEBUG=1` and regular examples work as expected. Wohoo!!!! I'm...

@c-mendoza were you trying to create an app at this location: `\Users\xxx\Documents\developer\test_delete\` or were you trying to create an app inside the `apps/myApps` folder?

Okay I can recreate this issue @c-mendoza The issue is a result of the temporary files ( object files ) needing to be in sub-folders in the `build/` folder due...