Add dynamicRange option.
Adapt rescaleScene to be able to increase the scale (new note is added) or decrease the scale (a note is deleted).
#log {
height: 20em;
overflow-y: scroll;
background-color: #faa;
}
div {
text-align:left;
}
.event-label {
font-size: 2em;
}