reduzent / netpd

Collaborative Realtime Networked Music Making Environment (MK II)
https://netpd.org
GNU General Public License v2.0
62 stars 5 forks source link

netpd-pref-get: Message triggered by internal [loadbang] is sent to outlet #26

Closed reduzent closed 2 years ago

reduzent commented 2 years ago

This is an anti-pattern for abstractions, as their [loadbang] fires before their parent, causing messages to be passed around before the parent or other abstractions in the parent are initialized. In this case, this was discovered when [netpd-resolve] was added and received a path before it was initialized.