Music Scale Finder
This project will find the scale if you put in the root note and the scale type.
Project is created with:
- C# (.Net6.0)
- Visual Studio 2022
ScaleFinder finder = new ScaleFinder();
Scale result = finder.FindScale(ScaleFinder.PitchC, ScaleFinder.AccidNatural, ScaleFinder.ModeMajor);