ludnny

Results 7 comments of ludnny

> ![Screen Recording 2022-04-27 at 11 11 42](https://user-images.githubusercontent.com/44585538/165484758-5232c94a-b6d6-4058-bb1f-122061aaa4ed.gif) Waaw! This feature will change everything :)

> I also think it has some educational value for people who are new to pd. That could break a huge barrier for begginners, I stopped using PD multiple times...

> Sometimes I run into an object that doesn't exist in pd (anymore?), in that case I just remove it. Ok, I remove the ones I can't find in Vanilla....

Do you want to encode the flags as well, in addition to the arguments? (for example `netsend -u`) What would be the format for that?

> good questions, I think "or" is actually "bitwise or" instead of "logical or", since the original description is "bit twiddling". There might still be some missing objects, I don't...

For inlets that could receive any type, I used the type `anything` (this is the type `a`, used in the `pack` object). ``` Anything to send to parent patch ```...

I think there is a problem for **outlets** in this format. How do you see the difference between 3 outlets, and 2 outlets with one having 2 different types? :...