Saving modified sub-patcher

Lee's icon

Hi, If I have a sub-patcher (bpatcher to be exact) and I add/remove some content to it via scripting, can I save the instance of the subpatcher so that the next time I load it up, the changes are still there?

thx Lee

vichug's icon

either use @embed 1 (or check "embed" attribute in inspector) or there is the "write" message to thispatcher object.

Lee's icon

thanks - I had the embed flag set but wasn't aware of the need to call write - will give that a shot...