madskjeldgaard/portedplugins

Raspberry Pi builds broken with DaisySP inclusion

Opened this issue · 2 comments

Raspberry Pi builds currently don't work because of an issue with the DaisySP library.

See this issue: electro-smith/DaisySP#149

A temporary solution to this could be to add a build flag that would allow to disable the DaisySP based UGens until they work with RPI

The problem is the preprocessor flags in Source/Utility/dsp.h in the DaisySP library. Removing the if arm stuff fixes it - see the DaisySP issue above for more info.