This repository serves as a general template to start developing a Patchcab module:
- Use this repo as a template
- Update package.json by defining your module
name
,author
anddescription
. Update your module details underpatchcab
. - Run
npm run start
to start the development server at http://localhost:3000 - Create your module in ./src/Module.svelte
- Read the
Patchcab documentation(coming soon 🤞) - Read the Tone.js documentation
- Browse Patchcab default modules for basic examples
- Share your modules on Patch.cab by making a pull request to spectrome/patch-dot-cab