client/pianoroll/app/js/main.js
changeset 85 eff9460bd4f2
parent 84 d7c5bffdd2d8
child 93 79ae42ad97d4
--- a/client/pianoroll/app/js/main.js	Mon Jan 12 17:23:05 2015 +0100
+++ b/client/pianoroll/app/js/main.js	Tue Jan 13 10:46:05 2015 +0100
@@ -51,8 +51,8 @@
 
 // Init containers
 var containerList = [];
-containerList.push(new PianoRoll(uberContainer, 0, 0, prHeight1, true, pixelsPerSecond1, sceneWidth, noteColors, colorsReg, lineColor, lineInterval));
-containerList.push(new PianoRoll(uberContainer, 0, prHeight1, prHeight2, false, pixelsPerSecond2, sceneWidth, noteColors, colorsReg, lineColor, lineInterval));
+containerList.push(new PianoRoll(uberContainer, 0, 0, prHeight1, true, pixelsPerSecond1, sceneWidth, noteColors, colorsReg, lineColor, lineInterval, offsetMusic, prHeight1 / 128));
+containerList.push(new PianoRoll(uberContainer, 0, prHeight1, prHeight2, false, pixelsPerSecond2, sceneWidth, noteColors, colorsReg, lineColor, lineInterval, offsetMusic, prHeight2 / 128));
 
 // Line between two containers
 var graphics = new PIXI.Graphics();