|
- {
- "slug": "MML",
- "name": "Mathematics and Music Lab (MML)",
- "version": "2.1.0",
- "license": "GPL-3.0-or-later",
- "brand": "Mathematics and Music Lab (MML)",
- "description": "Quantizers to produce different families of musical scales provided by Michigan Technological University's Mathematics and Music Lab (MML).",
- "author": "Cody McCarthy & Maxwell Schneider & Michael G. Maxwell & Josh Pfeffer & Robert Schneider & Andrew V. Sills",
- "authorEmail": "cmccarth@mtu.edu,mmaxwell@mtu.edu,robertsc@mtu.edu",
- "authorUrl": "",
- "pluginUrl": "",
- "manualUrl": "",
- "sourceUrl": "https://github.com/CHLOzzz/MML/",
- "donateUrl": "",
- "changelogUrl": "https://github.com/CHLOzzz/MML/blob/main/changelog.txt",
- "modules": [
- {
- "slug": "LogQnt",
- "name": "Logarithmic Quantizer (LOG QNT)",
- "description": "Quantizer to produce the non-Pythagorean musical scale of The Apples in Stereo, tuned to the logarithms of whole numbers.",
- "tags": [
- "Quantizer"
- ]
- },
- {
- "slug": "SqtQnt",
- "name": "Square Root Quantizer (SQT QNT)",
- "description": "Quantizer to produce a musical scale tuned to the square roots of whole numbers.",
- "tags": [
- "Quantizer"
- ]
- },
- {
- "slug": "PowQnt",
- "name": "Power Quantizer (POW QNT)",
- "description": "Quantizer to produce infinite families of musical scales at the turn of a knob, tuned to a special power function.",
- "tags": [
- "Quantizer"
- ]
- }
- ]
- }
|