Add dynamicRange option.
Adapt rescaleScene to be able to increase the scale (new note is added) or decrease the scale (a note is deleted).
'use strict';
describe("app_controller_test", function(){
it("should assert something",function(){
expect(true).toBe(true);
})
})