Saving modified sub-patcher
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
either use @embed 1 (or check "embed" attribute in inspector) or there is the "write" message to thispatcher object.
thanks - I had the embed flag set but wasn't aware of the need to call write - will give that a shot...