On Sat, 2019-09-28 at 05:56 -0700, Joey Dodson wrote:
I would like my patches to be portable and it would be good to know if this will present any problems later.
From what I remember, it was only Pd-extended that shipped the osc externals as part of mrpeach. In Deken and as Debian packages, they're part of the 'osc' library ('pd-osc' would be the package name).
You can make your patch work with both layouts by using a declare statement for both:
[declare -path mrpeach -path osc]
(Assuming Deken default install location)
Roman