aklaswad / maxpat2svg

Generate svg for maxpat file
1 stars 0 forks source link

[Feedback wanted] Which max object must be visualized? #9

Open aklaswad opened 1 year ago

aklaswad commented 1 year ago

I'm almost a time traveler from Max 5 age so I don't know which objects are popular in these years. I added exceptional SVG designs to objects which I think they are "special", like number, inlet, etc. Currently, other objects which have special roles ( it means they're having maxclass value rather than newobj ) are just showing there class name in the box. Obviously, it would be more convenient to make these look closer to the Max's view, but it's impossible to support everything immediately. Priorities must be established.

I'm feeling that gen and RNBO should be treated (Do I need to purchase rnbo package? 💸 ).

Please let me know which objects are important for your Max life 🙇🏻

Current status : https://aklaswad.github.io/maxpat2svg/?url=https://github.com/aklaswad/maxpat2svg/pull/11

jbaylies commented 1 year ago

attrui would be good!

HighHarmonics2 commented 1 year ago

toggle bang msg

aklaswad commented 1 year ago

Thank you for the feed backs!

I added a list file for reference https://aklaswad.github.io/maxpat2svg/?url=https://github.com/aklaswad/maxpat2svg/pull/11 which generated by py2max dictionary. It's not completed collection for existing special UI objects in Max8, though.

Currently, this maxpat2svg library is rendering only these objects below in UI form as in Max.

https://github.com/aklaswad/maxpat2svg/blob/d2e1f438f69324eba954df0ff1acd09e97e64a2e/src/maxpat2svg.ts#L206-L303