TerryCavanagh / boscaceoil

A simple music making program
http://boscaceoil.net/
578 stars 71 forks source link

Draw sharp notes darker than natural notes #69

Closed shawwn closed 5 years ago

shawwn commented 5 years ago

Currently, the pattern editor picks the background color of each row in a simple way: if the row's index is even, it draws light blue; otherwise the row is dark blue.

This pull request updates the pattern editor to draw sharp notes in dark blue (C#, D#, F#, G#, A#) and natural notes in light blue (C, D, E, F, G, A, B).

Visually, this makes the pattern editor look similar to a piano: dark keys = sharp notes, light keys = natural notes.

Screenshot:

image

(Drumkits retain their old behavior of odd rows = dark blue / even rows = light blue).

TerryCavanagh commented 5 years ago

Merged! Thank you very much!