spen / Handpan

4 stars 0 forks source link

[Feature] Scale selection #8

Open spen opened 4 years ago

spen commented 4 years ago

Users should be able to select the scale of the instrument from a list of popular handpan scales.

Handpans are quite weird compared to other instruments in that they have a set scale and usually that scale is a modification of some other scale, but spread out over 2 or 3 octaves (with just 10 or so notes), so we'll need to keep a dictionary of these handpan specific scales. We can start small with like 3 or 5 and slowly build up the collection as we go.

We'll also want to let folk edit individual notes and save custom scales. We can tackle this as a separate task, but it'll be useful to keep in mind as we build the basic scale selection logic.

We'll need to set up a few things for this:

spen commented 4 years ago

PR: https://github.com/spen/Handpan/pull/16