acspike / FretFind2D

A web-based fretboard designer for microtonal and multi-scaled stringed instruments
http://fretfind.ekips.org
87 stars 56 forks source link

MM/Inch #3

Open Jamieip opened 7 years ago

Jamieip commented 7 years ago

Add the option to use MM as the general units, but also be able to use Inch for the scale length. For example I always work in metric, however my scale lengths are Imperial (25.5, 27 etc)

Would be great to input the scale length in Inch whilst doing the rest in metric

acspike commented 7 years ago

FF doesn't currently know anything about units. It operates on ratios of length alone, so all units must be the same. What you are asking for would be simple to implement. You would simply have to make a frontend that converts the scale length from inches to mm prior to performing the calculations.

Jamieip commented 7 years ago

Ok cool thanks