Client force reload after manually editing JSON OSC template?

Is there a way to force the client to reload/refresh after manually editing the JSON osc template?

I'm thinking of handling a template remotely for work, I could do quick bug fixes in the client template by hosting OSC in dropbox, and editing the JSON remotely. Then, when dropbox syncs after a file edit change, OSC would be watching for changes and force a refresh.

Is this possible, as right now editing the JSON manually and saving doesn't respawn a refresh.

Cheers,
DMDComposer

You'll need to implement that in a custom module (watching for changes in the file) and use the remote control /RELOAD command to make the client refresh.

1 Like