This is the Wiki for the AE Modular Synthesizer Format.
For more information go to Tangible Waves or to the AE Modular Forum
This wiki is made using Docsify. Please set up your system for docsify by following this guide: https://docsify.js.org/#/quickstart
You can preview the site with:
docsify serve docs
If you have Python installed, then you can run a local server by doing the following:
> cd <clone directory>/docs
> python3 -m http.server 3000
The wiki uses a pre-built search index for full-text search. After adding, removing, or renaming pages, rebuild the index:
node build-search-index.js
This generates docs/search-index.json which should be committed along with your content changes.