Skip to content

Commit

Permalink
Test buttons -- in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Jun 12, 2023
1 parent e41afb7 commit 003d3fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.drop { margin-left:1.5em; }
.hide { display:none; }
.ctrl { float:right; }
.ctrl button { width:4em; }
</style>
</head>

Expand Down Expand Up @@ -44,6 +45,10 @@ <h1>Style View</h1>
add_buttons([['Main A', '⇒ A'], ['Main B', '⇒ B'], ['Main C', '⇒ C'], ['Main D', '⇒ D']]);
add_buttons([['Fill In AA', '⇻ A'], ['Fill In BB', '⇻ B'], ['Fill In CC', '⇻ C'], ['Fill In DD', '⇻ D'], ['Fill In BA', '⇻ BA']]);
add_buttons([['Ending A', '⇥ A'], ['Ending B', '⇥ B'], ['Ending C', '⇥ C'], ['Ending D', '⇥ D']]);
ctrl.appendChild(document.createElement('hr'));
add_buttons([['C', 'C'], ['C#/Db', 'C#/Db'], ['D', 'D'], ['D#/Eb', 'D#/Eb']]);
add_buttons([['E', 'E'], ['F', 'F'], ['F#/Gb', 'F#/Gb'], ['G', 'G']]);
add_buttons([['G#/Ab', 'G#/Ab'], ['A', 'A'], ['A#/Bb', 'A#/Bb'], ['B', 'B'], ['none', '⨉']]);
var display = document.createElement('div');
panel.appendChild(display);
var gui;
Expand Down

0 comments on commit 003d3fb

Please sign in to comment.