porres / pd-cyclone

A set of Pure Data objects cloned from Max/MSP
BSD 3-Clause "New" or "Revised" License
198 stars 25 forks source link

Fixed symbol conflicts with ELSE, fixed MSVC compilation of funbuff #621

Closed timothyschoen closed 1 year ago

porres commented 1 year ago

Tim, may you exclude cyclone's pink and just use the one from else?

porres commented 1 year ago

Or is it q problem when using cyclone/pink~?

timothyschoen commented 1 year ago

It's a problem in general to have functions with the same name in both ELSE and cyclone, because Pd will always use the function that was loaded first. So if there are any implementation differences between the two at some point, that could lead to strange problems. And of course it's necessary for it to compile in plugdata. And yeah, you can use both [else/pink~] and [cyclone/pink~] in plugdata.

porres commented 1 year ago

So if there are any implementation differences between the two at some point, that could lead to strange problems.

they are exactly the same! Only issue I can think of is if someone is using [cyclone/pink~]