ericlyon / pd-fftease

FFTease 3.0 for Pd
Other
18 stars 4 forks source link

pvwarp~ bottomfreq/topfreq not working when DSP is off #28

Closed porres closed 3 years ago

porres commented 3 years ago

these messages need to know Pd's sample rate and that is only obtained by the object if the DSP is on. So if you create the object and try to set it without the DSP on, it just gives an error.

What we need to do is get Pd's sample rate at creation time. I already did this here and could send a PR later.

ericlyon commented 3 years ago

Excellent, thanks!

porres commented 3 years ago

check out https://github.com/ericlyon/pd-fftease/pull/33 it fixes this, I tested and it seems fine