ericlyon / pd-lyonpotpourri

Pd version of LyonPotpourri 3.0.
Other
19 stars 5 forks source link

most objects crash if they receive a [dsp( message #5

Closed umlaeute closed 3 years ago

umlaeute commented 3 years ago

of the 54 signal objects in lyonpotpourri, 40 will crash whenever you send them a [dsp( message.

e.g.:

[dsp(
|
[adsr~]
ericlyon commented 3 years ago

I believe the solution is to define the dsp method as "A_CANT." Updated in adsr~ code accordingly. If this solution works, then should be propagated to all affected objects.