ericlyon / pd-fftease

FFTease 3.0 for Pd
Other
18 stars 4 forks source link

repository-cleanup-2 #19

Closed Lucarda closed 3 years ago

Lucarda commented 3 years ago

This PR finishes the cleanups and adds "pd-lib-builder".

You can test/preview on fork/branch : https://github.com/Lucarda/pd-fftease/tree/repo-restructure-2

To make a build do:

make PDLIBDIR=<path/you/want/the/output> install

or if you don't have Pd installed in the standard places

make PDDIR=<path/to/the/pd_directory> PDLIBDIR=<path/you/want/the/output> install

ericlyon commented 3 years ago

Excellent, thanks!