Help guide for the developer sandbox

Hi, is there any guide or help doc for using the developer sandbox anyone can point me to? I’m well acquainted with the normal app and lua coding. I’ve looked at many and varied examples provided for the sandbox, but these examples only include specific fragments of code for specific functionalities. I would like help understanding what I need to do to make use of the entire sandbox so that I can test out some of the options the new beta firmware provides. Cheers!

For example, is it possible to use the sandbox in the following way:

Copy json script from editor, paste it into sandbox json, make edits, send to electra one. With the result being, all the lua script and everything else currently loaded on the electra one remains unchanged but the json is replaced with the one from the sandbox. (And vice versa for the other sandbox options like lua etc).

Or does all components of the sandbox need to be complete before sending to the device?

Thank you for your help

Hi,

the sandbox is meant to be used to test things such as new features. But of course, it is just a sysex uploader and you can use it to upload presets and Lua with manual edits.

There’s one important thing to bear in mind: when you upload preset JSON to the controller. It will remove Lua that was associated with the previous preset. It means you will need to re-upload the Lua after uploading the preset.

Uploading Lua does not affect anything it just overwrites existing Lua script.