jwmatthys / pd-rtcmix

Pd external encapsulating the RTcmix audio language
MIT License
10 stars 0 forks source link

Pd crashes when the DSP goes on in Mac #3

Open porres opened 7 years ago

porres commented 7 years ago

using mac os sierra and pd-0.47-1 64 bits

jwmatthys commented 7 years ago

What version osx are you using?

jwmatthys commented 7 years ago

Please provide the output of uname -a

porres commented 7 years ago

"mac os sierra"

Please provide the output of uname -a

how do I do this?

jwmatthys commented 7 years ago

Please test this bugfix version: https://github.com/jwmatthys/pd-rtcmix/releases/tag/v0.91-beta

porres commented 7 years ago

works with the default score, but crashes when I try playing the grainsynth1 example

jwmatthys commented 7 years ago

Ah, yes, the scorefiles that try to read the mouse won't work in Pd. I'll work on removing or rewriting them.

jwmatthys commented 7 years ago

Here is a new version. Scorefiles like GRAINSYNTH1 will likely still crash it, but it should be generally more stable, able to create and destroy rtcmix~ objects without crashing Pd. https://github.com/jwmatthys/pd-rtcmix/releases/tag/v0.92-beta

jwmatthys commented 7 years ago

Please test v092b at https://github.com/jwmatthys/pd-rtcmix/releases/tag/v0.92-beta. If it no longer crashes, I will close this issue.

porres commented 7 years ago

all seems fine with my previous reports. I just got a crash trying to open flanger1.sco

jwmatthys commented 7 years ago

Ah thank you! I need to remove the DUR() commands from the files with live input--that's what crashed it. And I need to talk to the RTcmix devs to figure out how to prevent these kind of errors from crashing Pd.