diff --git a/index.js b/index.js index c883b5a..a328b5a 100644 --- a/index.js +++ b/index.js @@ -485,7 +485,7 @@ stack()` ); el.innerHTML += `Guided generator sequence of ${stepVectorLength(structure["gs"][0])}-steps: GS(${gsDisp})
`; // TODO prettify el.innerHTML += `Aggregate generator ${alsoInCurrentTuning(structure["aggregate"])}
`; // TODO prettify - el.innerHTML += `Interleaving polyoffset ${structure["polyoffset"].map((g) => alsoInCurrentTuning(g))}
`; // TODO prettify + el.innerHTML += `Offsets ${structure["polyoffset"].map((g) => alsoInCurrentTuning(g))}
`; // TODO prettify el.innerHTML += `Multiplicity ${JSON.stringify(structure["multiplicity"])}
`; // TODO prettify el.innerHTML += `Complexity ${JSON.stringify(structure["complexity"])}

`; // TODO prettify if (ploidacot) {