annot-server/webapp/templates/pianoroll.html
changeset 155 63217081396f
parent 154 e35e7efb7b6b
equal deleted inserted replaced
154:e35e7efb7b6b 155:63217081396f
    61 		    height: 400,
    61 		    height: 400,
    62 		    timeWidth: 60,
    62 		    timeWidth: 60,
    63 		    lineInterval: 5000,
    63 		    lineInterval: 5000,
    64 		    noteHeight: undefined,
    64 		    noteHeight: undefined,
    65 		    range:{
    65 		    range:{
    66 				bottom: 0,
    66 				bottom: 30,
    67 				top: 128,
    67 				top: 100,
    68 		    },
    68 		    },
    69 		    dynamicRange: false,
    69 		    dynamicRange: true,
    70 		  },
    70 		  },
    71 		],
    71 		],
    72     });
    72     });
    73     
    73     
    74 
    74