madskjeldgaard / portedplugins

A collection of plugins for the SuperCollider sound environment, all of which are ported / remixed from elsewhere
GNU General Public License v3.0
180 stars 13 forks source link

Raspberry Pi builds broken with DaisySP inclusion #6

Open madskjeldgaard opened 3 years ago

madskjeldgaard commented 3 years ago

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

See this issue: https://github.com/electro-smith/DaisySP/issues/149

madskjeldgaard commented 3 years ago

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

madskjeldgaard commented 3 years ago

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.