xenharmonic-devs / temperaments

Musical tunings/temperaments for Javascript
MIT License
6 stars 1 forks source link

Use linear algebra like eveyone else #54

Open frostburn opened 7 months ago

frostburn commented 7 months ago

This library was written mainly as an excercise in geometric algebra. GA has known issues with speed and memory compared to established matrix methods.

GA is a nice theoretical tool with a steep learning curve, but once you get it, everything tends to Just Work :tm: . With matrices you have to deal with torsion and all kinds of weird things because of the extra entries that don't correspond to blades in the GA sense. So linear algebra can have a steeper implementation curve than GA, but the speedup is worth it from a user's perspective.

frostburn commented 7 months ago

Assigned to inthar mainly for discussion. This is a huge overhaul of the package if implemented.

inthar-raven commented 7 months ago

We decided on using Sintel's temperament finder API.