On Mon, Feb 15, 2016 at 5:21 PM, Alexandre Torres Porres <[email protected]>
wrote:

> On 2016-02-15 07:38 PM, Martin Peach wrote:
>
>> If you look in Pd source file x_arithmetic.c you will find this line:
>> binop2_gt_class = class_new(gensym(">"), (t_newmethod)binop2_gt_new, 0,
>>
>
> Well, by looking at the nettles.c code, we find the exact same structure
>
> sigeq_class = class_new(gensym("==~"),(t_newmethod)sigeq_new, 0,
>
> So cyclone is taking care of this problem in the same way!
>


Looks like it. You just need to make sure that code is called somehow, e.g.
by declaring its library.


>
> ...
>

But I just believe you can have them load with no problem in any OS now,
> right?
>
>
>
They should load on any OS, as long as the library setup has been done so
Pd knows about them.

Martin
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to