disable autorange by default

This commit is contained in:
Felix Roos 2022-06-05 23:47:24 +02:00
parent 68814dd97c
commit b3d2d3028c

View File

@ -21,7 +21,7 @@ Pattern.prototype.pianoroll = function ({
background = 'transparent',
minMidi = 10,
maxMidi = 90,
autorange = 1,
autorange = 0,
timeframe: timeframeProp,
fold = 0,
vertical = 0,