pd-scripts
pd-scripts copied to clipboard
Set and reset action version immediately before and after it is published
When publishing actions current:
- the version of every action is set to a temporary "dev" version
- then each action is published synchronously
- the version of every action is reset to its previous version
Instead, so there is a much smaller time interval between writes to each action file, publishing actions should:
- For each action being published, synchronously a. set its version to a temporary "dev" version b. publish the action c. reset its version to its previous version