hi, i am using flucoma (supercollider, pepper, https://github.com/jarmitage/flucoma-bela) with v0.5.0alpha2
(https://github.com/BelaPlatform/bela-image-builder/releases/tag/v0.5.0alpha2)

as i understand v0.5.0alpha2 got an problem with puredata that can be fixed with your workaround "..uncomment #define PD_THREADED_IO in core/default_libpd_render.cpp..".

are there any other reasons besides this issue (pd) not to use v0.5.0alpha2 ?

is it compatible with generall bela updates (https://github.com/BelaPlatform/Bela/archive/master.zip) ?

    x_x is it compatible with generall bela updates (https://github.com/BelaPlatform/Bela/archive/master.zip) ?

    yes. The only thing is if you need supercollider you have to use the one that's linked here.

    x_x as i understand v0.5.0alpha2 got an problem with puredata that can be fixed with your workaround "..uncomment #define PD_THREADED_IO in core/default_libpd_render.cpp..".

    Yeah that would just need to have PD rebuild for it specifically instead of using the generic one, then you wouldn't have the "unsupported syscall" that you get there.

    x_x are there any other reasons besides this issue (pd) not to use v0.5.0alpha2 ?

    the main issue is that build times with the clang toolchain it ships with is slower at building with respect to previous versions. If you use distcc or some other cross-build tool, then this is not an issue.

    • x_x replied to this.
      5 days later