viktor-nv1-engine
viktor-nv1-engine copied to clipboard
Corrected Usage Example
Since NV1Engine.create only takes 2 arguments and returns {dawEngine, patchLibrary}, the example in the "Use" section did not work. Corrected the example using destructuring syntax.
Destructuring syntax is ES6, is it ok to use this in the example?