ericlyon / pd-fftease

FFTease 3.0 for Pd
Other
18 stars 4 forks source link

"sound" directory not installed correctly? #44

Closed ericlyon closed 3 years ago

ericlyon commented 3 years ago

Previously the "sound" directory was a sub-directory of "fftease-helpfiles" and needed to be there in order for the Piano sample to load correctly in the pvgrain~ help file. It appears that this folder is not being installed where it should be. May need to manually restore the subdirectory to its previous location.

Lucarda commented 3 years ago

"sound" directory not installed correctly?

It is installed correctly and https://github.com/ericlyon/pd-fftease/blob/master/fftease-helpfiles/pvgrain~-help.pd#L49 finds the file correctly. I think in your case you are running pvgrain~-help.pd from the "repository dir" but you should run from the "install dir".

You can build and install with:

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

Then open pvgrain~-help.pd from your install path and it should load sound/Piano.aif

ericlyon commented 3 years ago

That explains it - thanks!