client/annotviz/app/js/annotsvizview.js
changeset 140 7e7e507444c3
parent 139 b62fdb81ce6a
child 141 e6892a30d454
equal deleted inserted replaced
139:b62fdb81ce6a 140:7e7e507444c3
   123         stageView : stageView,
   123         stageView : stageView,
   124         logger: logger,
   124         logger: logger,
   125         ws: wsPianoroll,
   125         ws: wsPianoroll,
   126         orientation: 'vertical',
   126         orientation: 'vertical',
   127         sceneHeight: 768-200,
   127         sceneHeight: 768-200,
   128         zeroShift: 1.0,
       
   129         pianorolls : [
   128         pianorolls : [
   130             {
   129             {
   131                 height: 200,
   130                 height: 200,
   132                 timeWidth: 60,
   131                 timeWidth: 60,
   133                 lineInterval: 5000,
   132                 lineInterval: 5000,
   134                 noteHeight: 5,
   133                 noteHeight: 5,
   135             },
   134             },
   136         ]
   135         ]
   137     });
   136     });
   138     doubleRollV.container.y = doubleRollV.container.y+20;
       
   139     //doubleRollV.container.
       
   140 
       
   141 
   137 
   142     var annotsRoll = new AnnotsRoll.AnnotsRoll({
   138     var annotsRoll = new AnnotsRoll.AnnotsRoll({
   143         stageView : stageView,
   139         stageView : stageView,
   144         logger: logger,
   140         logger: logger,
   145         ws: wsAnnot,
   141         ws: wsAnnot,