PawPaw icon indicating copy to clipboard operation
PawPaw copied to clipboard

Cross-Platform build scripts for audio plugins

Results 15 PawPaw issues
Sort by recently updated
recently updated
newest added

Installing the 1.0 release build on Windows warns about installing an unsigned executable. I haven't tested on macOS.

Used by calfbox, also in linuxsampler though that is less relevant. calfbox (with patroneo) tested to work on macOS.

quite tricky to do due to how fftw3 has its auto-generated files. SSE/SSE2 should be enabled on both double and single versions neon should be enabled on single version.

Running `./bootstrap-plugins.sh win64` will not build on Ubuntu 24.04 LTS because of depricated Python 3.11 module 'imp' not in Python 3.12 [https://docs.python.org/3.11/library/imp.html](url) I searched the PawPaw source, but could not...