reduzent / netpd-instruments

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

master: weird state after saving current state to file #47

Closed reduzent closed 1 year ago

reduzent commented 1 year ago

When saving a state while master is stopped, it starts running without the start/stop toggle indicating it properly. It seems this is a regression that was introduced with the re-ordering of messages for allowing nested effects. master shouldn't change its own state when session is saved (or transferred to peer).

reduzent commented 1 year ago

Only instrument using [master-param stepshuffle] are affected by this. Also, it happens only when step is at an even number. The issue is only unstep and qseq3, but not in unpunch, because the latter never uses stepshuffle, it seems. Why?