Drawing-based synth powered by Magenta's Piano Genie model for the MusKI website.
Install the dependencies:
npm installBuild the redistributable files to the dist folder using
npm run buildor start a development server using
npm run serveBefore sending any pull requests, your changes should be properly formatted using
npm run formatand the linter should not have any complaints:
npm run lintCheck out package.json for additional run scripts.
This project is using Parcel as a build system. It is written in HTML, SCSS and Typescript.
Developed by Christian Stussak for IMAGINARY gGmbH.
This app utilizes the Piano Genie model, which is part of the Google Magenta project and created by Chris Donahue, Ian Simon, Sander Dieleman.
Copyright 2023 IMAGINARY gGmbH.
Licensed under the Apache-2.0 License (see LICENSE).