polyrhythm-patchcab
v1.0.0
Published
Patchab polyrhythm module, simulates the Moog Subharmonicon sequencer.
Downloads
2
Readme
Patchcab module template
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
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