mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-22 11:08:35 +00:00
disable autorange by default
This commit is contained in:
parent
68814dd97c
commit
b3d2d3028c
@ -21,7 +21,7 @@ Pattern.prototype.pianoroll = function ({
|
|||||||
background = 'transparent',
|
background = 'transparent',
|
||||||
minMidi = 10,
|
minMidi = 10,
|
||||||
maxMidi = 90,
|
maxMidi = 90,
|
||||||
autorange = 1,
|
autorange = 0,
|
||||||
timeframe: timeframeProp,
|
timeframe: timeframeProp,
|
||||||
fold = 0,
|
fold = 0,
|
||||||
vertical = 0,
|
vertical = 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user