stephband / scribe

Renders music in HTML.
https://labs.cruncher.ch/scribe
552 stars 24 forks source link

Optimise keys in create-symbols.js #9

Closed stephband closed 2 months ago

stephband commented 2 months ago

Currently we generate keys for every lookup of a note/chord event. Don't do that. Generate keys at the top and use it until the bottom. It's expensive.