Patchcab module template
January 19, 2021 ยท View on GitHub
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,authoranddescription. Update your module details underpatchcab. - Run
npm run startto start the development server at http://localhost:3000 - Create your module in ./src/Module.svelte
Help and references
- Read the
Patchcab documentation(coming soon ๐ค) - Read the Tone.js documentation
- Browse Patchcab default modules for basic examples
Share your module
- Share your modules on Patch.cab by making a pull request to spectrome/patch-dot-cab