[PD] Pduino 0.7 compatibility with Pd vanilla

Roman Haefeli reduzent at gmail.com
Sun Mar 21 12:10:14 CET 2021


On Sat, 2021-03-20 at 19:24 -0400, Martin Peach wrote:
> 
>  [...]
> 
> ...so possibly pduino is not yet compatible with version2.


Thanks for having a look as well. The culprit was:

[mod 128]
|
[div 128]

cannot ever return 1. It should have been:

[mod 256]
|
[div 128]

in 8 subpatches of [pd digital_messages].

Roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20210321/b8eb98a1/attachment.sig>


More information about the Pd-list mailing list