diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-10-10 14:58:24 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-10-10 14:58:24 +0200 |
| commit | 31117e3b786e4d24a7dc43163362ab4a4d3050fd (patch) | |
| tree | f11f19a71c0d4b40f31c4bd8d5dab9efbbfa8294 /index.html | |
| parent | ec4db2e8a67ca063737c696716e64496470ebbb3 (diff) | |
exporting all midi notes... add pedal tone option
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -9,14 +9,16 @@ <div class='tools'> <div> <h2>Sonification of gun violence</h2> + <div class='row'> + <div id='cases'></div> + </div> <div class='buttons'> + <button id="play">Play</button> + <button id="pause">Pause</button> <button id="export_midi">Export dataset as MIDI</button> <button id="record_midi">Record MIDI</button> <span id='recording_msg'>Recording</span> </div> - <div class='row'> - <div id='cases'></div> - </div> <label> <span>scale</span> <select id="scale"></select> @@ -60,6 +62,11 @@ <span class='val'></span> <span>Interval</span> </div> + <div class='block'> + <div id="pedal_tone"></div> + <span class='val'></span> + <span>Pedal tone</span> + </div> </div> </div> </div> |
