jherr / jmusic

Javascript Music project
19 stars 12 forks source link

Instrument selector #4

Open jherr opened 3 years ago

jherr commented 3 years ago

Allow the musician to pick between a guitar and a bass. If we don't have a cache for that then we will need to invoke the engine directly to get the chords. An example of that is shown in the cache building code https://github.com/jherr/jmusic/blob/master/engine/build-cache.ts#L16-L19 .