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

unpatch: broadcast session from file #16

Closed reduzent closed 3 years ago

reduzent commented 3 years ago

Currently, a session recalled from a file is only loaded in the local unpatch. For other clients to synchronize, they need to stop and start unpatch to get the session state. Originally, this was considered the "safer" way, but it is too easy to end up in an inconsistent state when multiple people have different sets loaded.

reduzent commented 3 years ago

That is implemented now.