reduzent / netpd-instruments

instruments (synths, sequencers, utilities, etc) to be used with netpd
http://www.netpd.org
20 stars 4 forks source link

mx-dropdown 'save changes' #45

Closed nofoto closed 1 year ago

nofoto commented 2 years ago

Pd asks if the user wants to save changes to 'mx-dropdown' when trying to quit at the end of a session - as this is for each instance of the patch it can produce a lot of messages. Workaround is to click 'unpatch' at the end of a session but this won't be obvious to many users.

reduzent commented 2 years ago

It's a regression introduced in Pd 0.52. It is fixed in Pd 0.52-2 (the most recent release as of now).

Check here: https://github.com/pure-data/pure-data/issues/1511

mx-dropdown supports setting the font size dynamically, which marks the abstraction dirty in the affected versions of Pd. As you pointed out, you can avoid the dialogs either by closing unpatch before quitting Pd. Alternatively, you could upgrade to the most recent Pd.

reduzent commented 1 year ago

Fix in Pd