plugdata-team / plugdata

Pure Data as a plugin, with a new GUI
https://plugdata.org
GNU General Public License v3.0
1.38k stars 60 forks source link

still missing 'intelligent patch features' #1701

Open porres opened 2 weeks ago

porres commented 2 weeks ago

This might be on the radar, but I thought I'd list anyway

porres commented 2 weeks ago

as for 1) on my vanilla issue, I mention 'we can use a different key, like 'alt+click' to 'alternate' and swap connections'. Seems like a good solution for PlugData?

ben-wes commented 2 weeks ago

1 is possible with double click, which is a nice solution imo! 3 was already integrated (except for the removal of obsolete trigger outlets) - but seems to be missing in the last nightly

porres commented 2 weeks ago

1 is possible with double click, which is a nice solution imo!

nice, didn't know, sounds good and that we could also apply that for Vanilla

timothyschoen commented 2 weeks ago

I fixed removal of obsolete trigger outlets! And which actions do you mean exactly with "Add a leftmost outlet" and "Distribute connections"?

porres commented 2 weeks ago

these are the description in the pictures of the manual section, Fig. 2.3.21 and Fig. 2.3.23 see https://msp.ucsd.edu/Pd_documentation/x2.htm#s2.3.6

ben-wes commented 2 weeks ago

which actions do you mean exactly with "Add a leftmost outlet" and "Distribute connections"?

i think those had been integrated already - at least i do remember testing them! :)

porres commented 2 weeks ago

tested with Nightly build: 4dc4d680e

2.3.21 and Fig. 2.3.23 don't work, at least not how it is supposed to work in Vanilla, by selecting the [trigger] object and using "ctrl+t"

porres commented 2 weeks ago

I fixed removal of obsolete trigger outlets!

not working for me either, again, at least not in the way as it is supposed to work in vanilla, by selecting the [trigger] object and using "ctrl+t"

None of the items I described in '3)' are working for me

timothyschoen commented 2 weeks ago

Yeah, nightly builds broke :(

I just pushed a fix, so at least "remove obsolete outlets" will work once that's done

porres commented 2 weeks ago

ok, '3' is implemented