Skip to content

Instantly share code, notes, and snippets.

View thall1961's full-sized avatar

Tom Hall thall1961

  • @BreezeAirways
View GitHub Profile
@thall1961
thall1961 / notes.js
Created December 7, 2018 20:09
convert array values
var chordArrays = [
{
'chord type': 'minor',
inversion: 'root',
chords: [
{
'scale degree': 'II',
notes: [1, 3, 5]
},
{