disable autorange by default
This commit is contained in:
parent
68814dd97c
commit
b3d2d3028c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Pattern.prototype.pianoroll = function ({
|
|||
background = 'transparent',
|
||||
minMidi = 10,
|
||||
maxMidi = 90,
|
||||
autorange = 1,
|
||||
autorange = 0,
|
||||
timeframe: timeframeProp,
|
||||
fold = 0,
|
||||
vertical = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue