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';
var gulp = require('gulp');
// Default task
gulp.task('default', ['clean'], function () {
gulp.start('dev');
});