odevices / er-301

Firmware and SDK for the ER-301
https://www.orthogonaldevices.com/er-301
MIT License
131 stars 26 forks source link

New category style in toc.lua doesn't appear to be working (commit 2e9e5b) #7

Closed SuperNiCd closed 3 years ago

SuperNiCd commented 3 years ago

Removed old style category entries in toc.lua:

{category="Synthesizers"},
{title="Amie",moduleName="Amie",keywords="oscillator"}

Switch to new inline style: {title="Amie",moduleName="Amie",keywords="oscillator",category="Synthesizers"}

All units following new style appear in a single category at the bottom of the list, with the name of the category being the package name (e.g. Accents).

odevices commented 3 years ago

Oops! When I did my quick test, my brain didn't register that the categories I was seeing were actually package names. :man_facepalming: