diff --git a/projects/modcms/documentation.md b/projects/modcms/documentation.md index adafa13..77ed7b5 100644 --- a/projects/modcms/documentation.md +++ b/projects/modcms/documentation.md @@ -15,7 +15,7 @@ title: modcms With Supi, Mitsa, and Erica we often jam with synths and other instruments. Supi has different semi-modular noisy synthetizers from Bastl, and once she proposed to compile on a workbook to keep track of patches and configuration for these analogue pests. The modcms [working title] is an interactive cms for storing different setup that involves knobs, switch, slider and cables (yes cables!) and build with time a workbook to learn and get more familiar with audio synthesis. -We are developing it in a way that makes easy for users to upload their own synth and generating an interactive version to tweak the parameters and save patches on the fly. There are a lot of things involved here: see [spaghetti] for the analog cables interaction, see [panel] for the generation of interactive synth starting from an svg file. ATM we are working together with Supi at the implementation of the frontend. +We are developing it in a way that makes easy for users to upload their own synth and generating an interactive version to tweak the parameters and save patches on the fly. There are a lot of things involved here: see [spaghetti](https://hub.xpub.nl/soupboat/~kamo/projects/spaghetti/) for the analog cables interaction, see [panel](https://hub.xpub.nl/soupboat/~kamo/projects/panel/) for the generation of interactive synth starting from an svg file. ATM we are working together with Supi at the implementation of the frontend. The workbook will be a Flask app, with a small database to keep track of instruments and patches, and a lot of interactions javascript-side.