Optionalopts: { validated?: boolean; wasm?: WasmLoader }Optionalvalidated?: booleanWhether validation is enabled. Turning that off results in fewer transaction errors, but can lead to invalid states.
Optionalwasm?: WasmLoaderWASM loader to use for loading the validator.
createDiskWasmLoader() from @audiotool/nexus/node
Create a nexus document that is not synced to the backend; all changes are discarded on reload/shutdown.
The returned document is ready to be modified immediately and can be thrown away without calling start/stop.
To create a document that is synced with a state from the backend/DAW, use AudiotoolClient.open.