client/annotviz/app/js/doubleroll.js
changeset 104 685c5ebc59d0
parent 100 0d7dac03c1a0
child 105 25ac8802c189
equal deleted inserted replaced
103:123a611c7903 104:685c5ebc59d0
    15 var PianoRoll = require('./pianoroll.js');
    15 var PianoRoll = require('./pianoroll.js');
    16 
    16 
    17 var defaultConfig = {
    17 var defaultConfig = {
    18     orientation: 'horizontal',
    18     orientation: 'horizontal',
    19     logger: undefined,
    19     logger: undefined,
    20     sceneWidth: 1920,
    20     sceneWidth: 1024,
    21     pianorolls : [
    21     pianorolls : [
    22       {
    22       {
    23         height: 435,
    23         height: 435,
    24         timeWidth: 10,
    24         timeWidth: 10,
    25         lineInterval: 5000,
    25         lineInterval: 5000,