Skip to content

Minor scale isn't the minor scale, but it's a simple fix #113

@ValleyCodingCamp

Description

@ValleyCodingCamp

Been using Bosca Ceoil for years with my students and it's always bothered me that the minor scale isn't actually the minor scale.

Just found Bosca Ceoil Blue and love it, since I also teach Godot programming.

To correct the minor scale, just find Scale.gd, find SCALE_MINOR on line 63, and change it from [ 2, 1, 2, 2, 2, 2, 1 ] to [ 2, 1, 2, 2, 1, 2, 2 ].

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA bug, crash, or performance issue

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions