change pianoroll range config on pianoroll server template
authorrougeronj
Thu, 16 Apr 2015 14:20:06 +0200
changeset 155 63217081396f
parent 154 e35e7efb7b6b
child 156 f13ed906e0d7
change pianoroll range config on pianoroll server template
annot-server/webapp/templates/pianoroll.html
--- a/annot-server/webapp/templates/pianoroll.html	Thu Apr 16 13:13:34 2015 +0200
+++ b/annot-server/webapp/templates/pianoroll.html	Thu Apr 16 14:20:06 2015 +0200
@@ -63,10 +63,10 @@
 		    lineInterval: 5000,
 		    noteHeight: undefined,
 		    range:{
-				bottom: 0,
-				top: 128,
+				bottom: 30,
+				top: 100,
 		    },
-		    dynamicRange: false,
+		    dynamicRange: true,
 		  },
 		],
     });